aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:31:43 +0100
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-02-12 20:33:18 +0100
commit3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb (patch)
tree42c94841db205b7bc1b863e5d408b14a5e310fc4 /Makefile
parent873c62128ea8aeb2a26384be2be09b9324b9ed9c (diff)
downloadcompcert-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.tar.gz
compcert-3881d799d23bcc0cbaaa9e6bfa82c5bc3b2030eb.zip
Ignore and clean file .lia.cache
This file is created by Coq when running some tactics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c1b8d982..0247b688 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,7 @@ clean:
rm -f extraction/STAMP extraction/*.ml extraction/*.mli .depend.extr
rm -f tools/ndfun tools/modorder tools/*.cm? tools/*.o
rm -f $(GENERATED) .depend
+ rm -f .lia.cache
$(MAKE) -f Makefile.extr clean
$(MAKE) -C runtime clean
$(MAKE) -C test clean