From ec402bc00c7ab5774e355e56b141c2f6ff1340d5 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 9 Dec 2023 10:37:27 +0100 Subject: Lösung für Tag 9 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 f80eff7..2e63b97 100644 --- a/makefile +++ b/makefile @@ -7,7 +7,8 @@ all: bin/day01 \ bin/day05 \ bin/day06 \ bin/day07 \ - bin/day08 + bin/day08 \ + bin/day09 bin: mkdir $@ -- cgit v1.3