Remove cached data on clean.
[open-adventure.git] / Makefile
index ca6e670287417852c4e6c6688cdf7d45684ff6e1..95b561e59744192e8a9c31642cc1523a42ad9c79 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 adventure.asc
+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 $<
@@ -22,7 +22,7 @@ score.o:      misc.h main.h share.h
 misc.o:                misc.h main.h
 
 clean:
-       rm -f *.o advent advent.html advent.6
+       rm -f *.o advent advent.html advent.6 adventure.data
 
 # Requires asciidoc and xsltproc/docbook stylesheets.
 .asc.6: