From 9bcff5c34623c381896f6e1e23a9c2881489a14e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 3 Dec 2015 14:34:34 +0100 Subject: simplify and fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a83fb1..9ff57c1 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ bin/librarian: obj/librarian.o @mkdir -p bin ${CC} ${FLAGS} -o $@ $^ ${LDFLAGS} -obj/%.o: src/%.c +obj/%.o: src/%.c src/*.h mkdir -p obj ${CC} ${FLAGS} -c -o $@ ${CPPFLAGS} ${CFLAGS} $< -- cgit v1.2.3-70-g09d2