From cf64568f83d12d037f171f653f4be09d189d351f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 28 Feb 2019 12:48:54 -0500 Subject: [PATCH 1/1] Make dungeon.[ch] depemdent on advent.h in case of save version bump. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.31.1