Remove cached data on clean.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 24 May 2017 22:29:26 +0000 (18:29 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 24 May 2017 22:29:26 +0000 (18:29 -0400)
We've had two instances now of database compilation getting silently
broken and that not noticed because of the caching. Attempt to
forestall this.

Makefile

index 68ffd5b4aca2b76c9a3a68f202e1cbc7f06902e7..95b561e59744192e8a9c31642cc1523a42ad9c79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ score.o:      misc.h main.h share.h
 misc.o:                misc.h main.h
 
 clean:
 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:
 
 # Requires asciidoc and xsltproc/docbook stylesheets.
 .asc.6: