From 0d06788586cda1b1ba01524f4ba3cad147052203 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 29 Dec 2023 12:16:59 +0100 Subject: Lösungen für Tag 24, 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 e14c204..07e42b8 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,8 @@ all: bin/day01 \ bin/day20 \ bin/day21 \ bin/day22 \ - bin/day23 + bin/day23 \ + bin/day24 bin: mkdir $@ -- cgit v1.3