From 631aadb1508a884e8e6667d8ab22399525200d78 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 15 Dec 2023 08:54:08 +0100 Subject: Lösung für Tag 15, 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 e57b256..87d8aee 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,8 @@ all: bin/day01 \ bin/day11 \ bin/day12 \ bin/day13 \ - bin/day14 + bin/day14 \ + bin/day15 bin: mkdir $@ -- cgit v1.3