From 4317917a8500f29a5af588d25912404c300fcedb Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 27 Dec 2023 14:31:23 +0100 Subject: Lösungen für Tag 23, Teil 1 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 b6b03e8..e14c204 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,8 @@ all: bin/day01 \ bin/day19 \ bin/day20 \ bin/day21 \ - bin/day22 + bin/day22 \ + bin/day23 bin: mkdir $@ -- cgit v1.3