projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cbea5a
)
Make dungeon.[ch] depemdent on advent.h in case of save version bump.
author
Eric S. Raymond
<esr@thyrsus.com>
Thu, 28 Feb 2019 17:48:54 +0000
(12:48 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Thu, 28 Feb 2019 17:48:54 +0000
(12:48 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 546ba819ee95d4568049aaf732ec6651d7d082f9..afd81a099480bd0da6d103abb8e44fe8e6d45f66 100644
(file)
--- 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: