From 2458e6aa1658b2cc5b6349b89f1276873554ad6f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 28 Oct 2024 18:03:34 +0100 Subject: Verschiebe die Konfiguration nach 'src' --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 536bcd2..2365415 100644 --- a/makefile +++ b/makefile @@ -14,10 +14,10 @@ debug: CFLAGS+=-g $(BINARY): $(OBJ_FILES) | bin cc $(LDFLAGS) $^ -o $@ -obj/%.o: src/%.c include/config.h | obj +obj/%.o: src/%.c src/config.h | obj cc $(CFLAGS) -c $< -o $@ -include/config.h: +src/config.h: cp config.h.in $@ bin obj: -- cgit v1.3