From: Eric S. Raymond Date: Wed, 24 May 2017 22:29:26 +0000 (-0400) Subject: Remove cached data on clean. X-Git-Tag: seed~57 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=e3e01af7fa1cd543f631f074c73f691d1f6315be 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. --- diff --git a/Makefile b/Makefile index 68ffd5b..95b561e 100644 --- a/Makefile +++ b/Makefile @@ -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: