From 4168644780bd1924119feb61d596553fa17c7c94 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 2 Jan 2024 01:03:54 +0100 Subject: Lösung für Tag 25 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 1c4a023..1849790 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,8 @@ all: bin/day01 \ bin/day21 \ bin/day22 \ bin/day23 \ - bin/day24 + bin/day24 \ + bin/day25 bin: mkdir $@ -- cgit v1.3