From 175f15fba4f9605e17f5ae963beb52681849e702 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 19 Dec 2023 19:47:24 +0100 Subject: Lösungen für Tag 19, 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 26c7f16..56fd520 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,8 @@ all: bin/day01 \ bin/day15 \ bin/day16 \ bin/day17 \ - bin/day18 + bin/day18 \ + bin/day19 bin: mkdir $@ -- cgit v1.3