Because (almost) everything is done in handlers now, merge the action files.
This commit is contained in:
parent
2abc833504
commit
dd9bbe1f00
4 changed files with 407 additions and 415 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue