Make all objects depend on Makefile.

This commit is contained in:
Jonathan Moore Liles 2008-02-13 10:12:40 -06:00
parent 7b75e2b425
commit bc64b35d2a
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ valgrind:
%.C : %.fl %.C : %.fl
@ cd gui && fluid -c ../$< @ cd gui && fluid -c ../$<
$(OBJS): Makefile
non: $(OBJS) non: $(OBJS)
@ echo -n "Linking..." @ echo -n "Linking..."
@ rm -f $@ @ rm -f $@