aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2020-02-05 18:33:13 +0100
committerGitHub <noreply@github.com>2020-02-05 18:33:13 +0100
commitb0fdbb0e88d6decd068709ea673dbe51fd6727b0 (patch)
tree1e49fbdcd5eb05b4fd2da01c378ca440fb5df86c /Makefile
parent3e5fba812749b9240b655a99809e62231d1145aa (diff)
downloadcompcert-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.tar.gz
compcert-b0fdbb0e88d6decd068709ea673dbe51fd6727b0.zip
Support Coq 8.11.0 (#212)
Update configure. Ignore and clean up .vok and .vos files, which Coq 8.11.0 generates.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80eca80d..af069e3f 100644
--- a/Makefile
+++ b/Makefile
@@ -258,7 +258,7 @@ endif
clean:
- rm -f $(patsubst %, %/*.vo, $(DIRS))
+ rm -f $(patsubst %, %/*.vo*, $(DIRS))
rm -f $(patsubst %, %/.*.aux, $(DIRS))
rm -rf doc/html doc/*.glob
rm -f driver/Version.ml