From 775c24e79fd81740a9633a5b7cee854c89faf36c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 4 Jun 2014 19:22:51 +0200 Subject: split out and doc lib update warnings from test.c 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 710e207..22638ba 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ bin/test: $(foreach O,$(TESTOBJ),obj/test/$(O).o) bin/libgamma.so.$(LIB_VERSION) mkdir -p $(shell dirname $@) $(CC) $(TEST_FLAGS) $(LIBS_LD) -Lbin -lgamma -o $@ $(foreach O,$(TESTOBJ),obj/test/$(O).o) -obj/test/%.o: src/test/%.c src/lib/libgamma*.h +obj/test/%.o: src/test/%.c src/test/*.h src/lib/libgamma*.h mkdir -p $(shell dirname $@) $(CC) $(TEST_FLAGS) -Isrc/lib -c -o $@ $< -- cgit v1.2.3-70-g09d2