Make dungeon.[ch] depemdent on advent.h in case of save version bump.
[open-adventure.git] / Makefile
index 546ba819ee95d4568049aaf732ec6651d7d082f9..afd81a099480bd0da6d103abb8e44fe8e6d45f66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ saveresume.o: advent.h dungeon.h
 dungeon.o:     dungeon.c dungeon.h
        $(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
 
 clean: