aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorOlivier Laurent2020-04-02 18:34:52 +0200
committerOlivier Laurent2020-04-02 18:48:32 +0200
commita78a3619f0446d06346512ee3b855c5bf1eb5e78 (patch)
tree5b1da0cfb1fc69151b5112468d25f1958c6faaa3 /tools
parent971c8e12078980417c5865948b742dee38bd8593 (diff)
remove .lia.cache and .nia.cache by make cleanall
Diffstat (limited to 'tools')
-rw-r--r--tools/CoqMakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index b8e498898b..f72b99c57c 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -616,6 +616,7 @@ cleanall:: clean
$(HIDE)rm -f $(VOFILES:.vo=.v.before-timing)
$(HIDE)rm -f $(VOFILES:.vo=.v.after-timing)
$(HIDE)rm -f $(VOFILES:.vo=.v.timing.diff)
+ $(HIDE)rm -f .lia.cache .nia.cache
.PHONY: cleanall
archclean::