From 87948e3f7a475c12259aac9c2b883691328c1130 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 6 Dec 2023 18:08:52 +0100 Subject: Lösung für Tag6 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 a9b0da4..298d71e 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,8 @@ all: bin/day01 \ bin/day02 \ bin/day03 \ bin/day04 \ - bin/day05 + bin/day05 \ + bin/day06 bin: mkdir $@ -- cgit v1.3