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 committed by NHOrus
parent 06795f691f
commit 793c3fa1a4

View file

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