Make dungeon.[ch] depemdent on advent.h in case of save version bump.
This commit is contained in:
parent
9cbea5a5db
commit
cf64568f83
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -45,7 +45,7 @@ saveresume.o: advent.h dungeon.h
|
||||||
dungeon.o: dungeon.c dungeon.h
|
dungeon.o: dungeon.c dungeon.h
|
||||||
$(CC) $(CCFLAGS) $(DBX) -c dungeon.c
|
$(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
|
./make_dungeon.py
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue