Generate initializer from YAML for Section 9 bits.
[open-adventure.git] / Makefile
index 55e4ace2f51c31c4f0a77f1ca3edb95b074fe743..a24e39ac1871702880b4ad9dc3907f4a96635e75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ newdb.o:      newdb.c newdb.h
 database.h: dungeon
        ./dungeon
 
-newdb.c newdb.h:
+newdb.c newdb.h: newdungeon.py adventure.yaml
        python3 newdungeon.py
 
 linenoise.o:   linenoise/linenoise.h
@@ -115,7 +115,7 @@ indent:
 release: advent-$(VERS).tar.gz advent.html history.html hints.html notes.html
        shipper version=$(VERS) | sh -e -x
 
-refresh: advent.html
+refresh: advent.html notes.html history.html
        shipper -N -w version=$(VERS) | sh -e -x
 
 dist: advent-$(VERS).tar.gz