From b66a424a290f188c43a7cec061a70d2c3f6ec7d2 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 5 Dec 2023 21:05:16 +0100 Subject: Lösung für Tag5 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 7643188..1fda65a 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,8 @@ include config.mk all: bin/day01 \ bin/day02 \ bin/day03 \ - bin/day04 + bin/day04 \ + bin/day05 bin/%: src/%.cpp | bin c++ $(CPPFLAGS) $^ -o $@ -- cgit v1.3