Dump all modifications

This commit is contained in:
Guilhem Lavaux 2010-09-14 03:12:04 -05:00
parent e57d9a731a
commit 4d4d27e86b
4 changed files with 25 additions and 0 deletions

View file

@ -13,6 +13,8 @@ all: $(PROGS)
showZobov: showZobov.o loadZobov.o zobovConf.o
testZobov: testZobov.o loadZobov.o
depend: $(SOURCES)
@echo "[DEPENDS] $^"
@$(CC) $(CPPFLAGS) -M -MM $^ > .mydepends