From 50b228ef89d275b489eb023557c07b5e6cb0370e Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 4 Dec 2023 20:22:10 +0100 Subject: Lösung für Tag4 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 9d0c4c9..7643188 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,8 @@ include config.mk all: bin/day01 \ bin/day02 \ - bin/day03 + bin/day03 \ + bin/day04 bin/%: src/%.cpp | bin c++ $(CPPFLAGS) $^ -o $@ -- cgit v1.3