Remove cached data on clean.

We've had two instances now of database compilation getting silently
broken and that not noticed because of the caching. Attempt to
forestall this.
This commit is contained in:
Eric S. Raymond 2017-05-24 18:29:26 -04:00
parent 31837249f8
commit e3e01af7fa

View file

@ -22,7 +22,7 @@ score.o: misc.h main.h share.h
misc.o: misc.h main.h misc.o: misc.h main.h
clean: 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. # Requires asciidoc and xsltproc/docbook stylesheets.
.asc.6: .asc.6: