Transition to YAML is done, adventure.text and travel.py can go away.

This commit is contained in:
Eric S. Raymond 2017-06-29 12:21:50 -04:00
parent 2b8b1b0130
commit da27ae1932
3 changed files with 1 additions and 3051 deletions

View file

@ -38,7 +38,7 @@ endif
OBJS=main.o init.o actions.o score.o misc.o saveresume.o
CHEAT_OBJS=cheat.o init.o actions.o score.o misc.o saveresume.o
SOURCES=$(OBJS:.o=.c) advent.h adventure.text adventure.yaml Makefile control linenoise/linenoise.[ch] make_dungeon.py
SOURCES=$(OBJS:.o=.c) advent.h adventure.yaml Makefile control linenoise/linenoise.[ch] make_dungeon.py
.c.o:
$(CC) $(CCFLAGS) $(DBX) -c $<