From 5708a617b10e328c499da837d764a51e98d8bcc0 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 3 Dec 2023 15:16:24 +0100 Subject: Lösung für Tag3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cdacbd2..9d0c4c9 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,8 @@ include config.mk -all: bin/day01 bin/day02 +all: bin/day01 \ + bin/day02 \ + bin/day03 bin/%: src/%.cpp | bin c++ $(CPPFLAGS) $^ -o $@ -- cgit v1.3