diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-04 19:22:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-04 19:22:55 +0200 |
commit | 775c24e79fd81740a9633a5b7cee854c89faf36c (patch) | |
tree | 17127b624b5eac3697a491c7c0a6d220d3cbd4fb /Makefile | |
parent | add dist (diff) | |
download | libgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.gz libgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.bz2 libgamma-775c24e79fd81740a9633a5b7cee854c89faf36c.tar.xz |
split out and doc lib update warnings from test.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |