From e182df9e4daf4968750f1414853f4aa1a1e94b15 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 9 Dec 2023 09:08:34 +0100 Subject: Lösung für Tag 8 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 e9394b6..f80eff7 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,8 @@ all: bin/day01 \ bin/day04 \ bin/day05 \ bin/day06 \ - bin/day07 + bin/day07 \ + bin/day08 bin: mkdir $@ -- cgit v1.3