From d3df86fb5dc2cf6a9b369080534d4e5ddbecc941 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 7 Dec 2023 21:43:14 +0100 Subject: Lösung für Tag 7 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 298d71e..e9394b6 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,8 @@ all: bin/day01 \ bin/day03 \ bin/day04 \ bin/day05 \ - bin/day06 + bin/day06 \ + bin/day07 bin: mkdir $@ -- cgit v1.3