X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=9021f686d11ef7980b01c18c29a42aa8cc722c9c;hb=f8b30c1ec6e8d8a6a4b322a2ee19521b4d5d0c70;hp=a24e39ac1871702880b4ad9dc3907f4a96635e75;hpb=537c4511e2f3802421f79aed7b6af16d66adb518;p=open-adventure.git diff --git a/Makefile b/Makefile index a24e39a..9021f68 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,8 @@ 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