From: David Gow Date: Wed, 26 Mar 2014 09:19:13 +0000 (+0800) Subject: Fix makefile. X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=7daf0a17868a6ab712b7a7476d269133036368ef Fix makefile. --- diff --git a/src/Makefile b/src/Makefile index 13e54d1..6ab41c8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -10,7 +10,6 @@ LINKOBJ = $(OBJPATHS) RM = rm -f BIN = ../bin/ipdf --include $(DEPS) all : $(BIN) @@ -22,6 +21,8 @@ $(BIN) : $(LINKOBJ) @mkdir -p $(dir $@) $(CXX) -c -MMD -o $@ $< +-include $(DEPS) + clean : $(RM) $(BIN) $(DEPS) $(LINKOBJ)