From d6a96063a7ff7910a88c52ae1e9a3ea444d1bbc4 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 17 Dec 2023 22:46:30 +0100 Subject: Lösungen für Tag 17 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 539cc3c..0ce0a6f 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,8 @@ all: bin/day01 \ bin/day13 \ bin/day14 \ bin/day15 \ - bin/day16 + bin/day16 \ + bin/day17 bin: mkdir $@ -- cgit v1.3