From 3cdf7ef624fd6b6b2eb765af5a2001a1d143687c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 14 Dec 2023 21:23:49 +0100 Subject: Lösung für Tag 14 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 e964503..e57b256 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,8 @@ all: bin/day01 \ bin/day10 \ bin/day11 \ bin/day12 \ - bin/day13 + bin/day13 \ + bin/day14 bin: mkdir $@ -- cgit v1.3