From 72253f5efb10c7892fdb09d52343764124cd717c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 13 Dec 2023 19:15:25 +0100 Subject: Lösung für Tag 13 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 a90be49..e964503 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,8 @@ all: bin/day01 \ bin/day09 \ bin/day10 \ bin/day11 \ - bin/day12 + bin/day12 \ + bin/day13 bin: mkdir $@ -- cgit v1.3