Because (almost) everything is done in handlers now, merge the action files.

This commit is contained in:
Eric S. Raymond 2017-06-09 08:54:03 -04:00
parent 2abc833504
commit dd9bbe1f00
4 changed files with 407 additions and 415 deletions

View file

@ -21,7 +21,7 @@ ifeq ($(UNAME_S),Linux)
LIBS=-lrt
endif
OBJS=main.o init.o actions1.o actions2.o score.o misc.o
OBJS=main.o init.o actions.o score.o misc.o
SOURCES=$(OBJS:.o=.c) dungeon.c advent.h sizes.h adventure.text Makefile control linenoise/linenoise.[ch]
.c.o:
@ -34,9 +34,7 @@ main.o: advent.h database.h database.c sizes.h
init.o: advent.h database.h database.c sizes.h
actions1.o: advent.h database.h database.c sizes.h
actions2.o: advent.h database.h database.c sizes.h
actions.o: advent.h database.h database.c sizes.h
score.o: advent.h database.h database.c sizes.h