diff --git a/Makefile b/Makefile index 546ba81..afd81a0 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ saveresume.o: advent.h dungeon.h dungeon.o: dungeon.c dungeon.h $(CC) $(CCFLAGS) $(DBX) -c dungeon.c -dungeon.c dungeon.h: make_dungeon.py adventure.yaml templates/*.tpl +dungeon.c dungeon.h: make_dungeon.py adventure.yaml advent.h templates/*.tpl ./make_dungeon.py clean: