More fixed limits (NOBJECTS, LOCSIZ) stop being fixed.
[open-adventure.git] / Makefile
index a24e39ac1871702880b4ad9dc3907f4a96635e75..9021f686d11ef7980b01c18c29a42aa8cc722c9c 100644 (file)
--- 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