From d54d498f388c7f55ca870b9704507a5912754f31 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 2 Dec 2023 18:22:37 +0100 Subject: Lösung für Tag2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index c6d313e..ef803e8 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ include config.mk -all: bin/day01 +all: bin/day01 bin/day02 bin/%: obj/%.o | bin c++ $(LDFLAGS) $^ -o $@ -- cgit v1.3