From f0793aed8c6bc2ca3032809e7bc744fc87835fd7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 20 Nov 2013 18:53:05 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa598e7..c8fd9c7 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,7 @@ bin/cerberus: $(OBJ) $(CC) $(LD_FLAGS) -o "$@" $^ +obj/cerberus.o: $(foreach H, $(SRC), src/$(H).h) obj/%.o: src/%.c src/%.h src/config.h @mkdir -p obj $(CC) $(CC_FLAGS) -o "$@" -c "$<" -- cgit v1.2.3-70-g09d2