From e67bd318726418f37d1541939ac3e97667995d8d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 18 Dec 2023 19:12:58 +0100 Subject: Lösungen für Tag 18 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 0ce0a6f..26c7f16 100644 --- a/makefile +++ b/makefile @@ -16,7 +16,8 @@ all: bin/day01 \ bin/day14 \ bin/day15 \ bin/day16 \ - bin/day17 + bin/day17 \ + bin/day18 bin: mkdir $@ -- cgit v1.3