From c0617c13c588ff2748e2660e8fc6e19f6e93b2f9 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 12 Dec 2023 22:20:29 +0100 Subject: Lösung für Tag 12, 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 a11151c..a90be49 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,8 @@ all: bin/day01 \ bin/day08 \ bin/day09 \ bin/day10 \ - bin/day11 + bin/day11 \ + bin/day12 bin: mkdir $@ -- cgit v1.3