Make dungeon.[ch] depemdent on advent.h in case of save version bump.

This commit is contained in:
Eric S. Raymond 2019-02-28 12:48:54 -05:00
parent 9cbea5a5db
commit cf64568f83

View file

@ -45,7 +45,7 @@ saveresume.o: advent.h dungeon.h
dungeon.o: dungeon.c dungeon.h dungeon.o: dungeon.c dungeon.h
$(CC) $(CCFLAGS) $(DBX) -c dungeon.c $(CC) $(CCFLAGS) $(DBX) -c dungeon.c
dungeon.c dungeon.h: make_dungeon.py adventure.yaml templates/*.tpl dungeon.c dungeon.h: make_dungeon.py adventure.yaml advent.h templates/*.tpl
./make_dungeon.py ./make_dungeon.py
clean: clean: