From 2e395fff02c6f027844386048ceb6d434a9c5717 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 11 Dec 2023 21:06:14 +0100 Subject: Lösung für Tag 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 0b89873..a11151c 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,8 @@ all: bin/day01 \ bin/day07 \ bin/day08 \ bin/day09 \ - bin/day10 + bin/day10 \ + bin/day11 bin: mkdir $@ -- cgit v1.3