Documentation polishing. Add TODO.

This commit is contained in:
Eric S. Raymond 2017-05-19 13:30:12 -04:00
parent 86b04b682d
commit 8e86d0dca3
3 changed files with 11 additions and 2 deletions

View file

@ -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 $<