From e3e01af7fa1cd543f631f074c73f691d1f6315be Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 24 May 2017 18:29:26 -0400 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.31.1