From 64a43bcf7657c612f2d7bb0099610d59bf2a7b97 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 26 Dec 2023 14:41:03 +0100 Subject: Lösungen für Tag 22, 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 a54e3aa..b6b03e8 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,8 @@ all: bin/day01 \ bin/day18 \ bin/day19 \ bin/day20 \ - bin/day21 + bin/day21 \ + bin/day22 bin: mkdir $@ -- cgit v1.3