More switch reformatting.
[open-adventure.git] / Makefile
index efd039fac2598340845e715b296692ffcbdf317e..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 datime.o
-SOURCES=$(OBJS:.o=.c) COPYING NEWS README advent.text control
+OBJS=main.o init.o actions1.o actions2.o score.o misc.o
+SOURCES=$(OBJS:.o=.c) COPYING NEWS README TODO advent.text control
 
 .c.o:
        gcc -O $(DBX) -c $<