Rational representation
[ipdf/code.git] / src / Makefile
index 6dbb2e1..8ff6370 100644 (file)
@@ -69,7 +69,7 @@ $(BIN) : $(LINKOBJ) ../obj/$(MAIN)
 
 -include $(DEPS)
 
-../obj/%.o : %.cpp
+../obj/%.o : %.cpp main.h
        @mkdir -p $(dir $@)
        $(CXX) $(CFLAGS) $(DEF) -c -MMD -o $@ $<
 

UCC git Repository :: git.ucc.asn.au