X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=9021f686d11ef7980b01c18c29a42aa8cc722c9c;hb=f8b30c1ec6e8d8a6a4b322a2ee19521b4d5d0c70;hp=55e4ace2f51c31c4f0a77f1ca3edb95b074fe743;hpb=0f3d3f735f4b2e78f3891b5f779a22259c17fa81;p=open-adventure.git diff --git a/Makefile b/Makefile index 55e4ace..9021f68 100644 --- a/Makefile +++ b/Makefile @@ -59,13 +59,15 @@ saveresume.o: advent.h database.h common.h newdb.h common.o: common.h +dungeon.o: common.h newdb.h + newdb.o: newdb.c newdb.h $(CC) $(CCFLAGS) $(DBX) -c newdb.c 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 +117,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