From 1165d51cc10b5795e1ec78f3eb5c9b56bfb31d18 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 10 Dec 2023 10:41:42 +0100 Subject: Lösung für Tag 10, 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 2e63b97..0b89873 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,8 @@ all: bin/day01 \ bin/day06 \ bin/day07 \ bin/day08 \ - bin/day09 + bin/day09 \ + bin/day10 bin: mkdir $@ -- cgit v1.3