From fc989f4274f02aed8b895dcb9412dad6280ba55f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 21 Dec 2023 17:45:32 +0100 Subject: Lösungen für Tag 21, 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 e5149a7..a54e3aa 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,8 @@ all: bin/day01 \ bin/day17 \ bin/day18 \ bin/day19 \ - bin/day20 + bin/day20 \ + bin/day21 bin: mkdir $@ -- cgit v1.3