From 3b9678982f745acf5f94f88ac6e4eb9cb824a806 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 1 Dec 2023 21:37:56 +0100 Subject: Aufräumen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 69242b1..3facda7 100644 --- a/makefile +++ b/makefile @@ -2,10 +2,7 @@ include config.mk all: bin/01a bin/01b -bin/01a: obj/01a.o | bin - c++ $(LDFLAGS) $^ -o $@ - -bin/01b: obj/01b.o | bin +bin/%: obj/%.o | bin c++ $(LDFLAGS) $^ -o $@ obj/%.o: src/%.cpp | obj -- cgit v1.3