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:
parent
06795f691f
commit
793c3fa1a4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue