Make dungeon.[ch] depemdent on advent.h in case of save version bump.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 17:48:54 +0000 (12:48 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 17:48:54 +0000 (12:48 -0500)
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.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:
        ./make_dungeon.py
 
 clean: