X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=9021f686d11ef7980b01c18c29a42aa8cc722c9c;hb=64035d00262d3b10c126748be659d22394b7ed3b;hp=cc87a2b3f12a7fd10d49c2669bb00d070b140d9a;hpb=ef100a31024414fba31e8e3df899d22aa8d759bf;p=open-adventure.git diff --git a/Makefile b/Makefile index cc87a2b..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