Documentation polishing. Add TODO.
This commit is contained in:
parent
86b04b682d
commit
8e86d0dca3
3 changed files with 11 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# Makefile for the open-source release of adventure 2.5
|
||||
|
||||
OBJS=main.o init.o actions1.o actions2.o score.o misc.o
|
||||
SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
|
||||
SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
|
||||
|
||||
.c.o:
|
||||
gcc -O $(DBX) -c $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue