Documentation polishing. Add TODO.
[open-adventure.git] / Makefile
index 856575580fcd0898df9d09706bb90800047f62dc..68ffd5b4aca2b76c9a3a68f202e1cbc7f06902e7 100644 (file)
--- a/Makefile
+++ b/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 $<