summaryrefslogtreecommitdiff
path: root/snapshots/coq/clean
diff options
context:
space:
mode:
authorBrian Campbell2019-01-09 17:11:49 +0000
committerBrian Campbell2019-01-09 17:11:49 +0000
commitde0c19e00194daf0336fc7799f2f2987a2215109 (patch)
treecf44c568c3434fb736a59b3a991b19da3021b01f /snapshots/coq/clean
parent1c80d84c47faef38149e87e000c6721f6aa6245e (diff)
Update Coq snapshots
Diffstat (limited to 'snapshots/coq/clean')
-rwxr-xr-xsnapshots/coq/clean5
1 files changed, 3 insertions, 2 deletions
diff --git a/snapshots/coq/clean b/snapshots/coq/clean
index 0d6f8785..c37bb40f 100755
--- a/snapshots/coq/clean
+++ b/snapshots/coq/clean
@@ -1,11 +1,12 @@
#!/bin/bash
-if [ ! -d mips ]; then
+if [ ! -d cheri-mips ]; then
echo Run clean from the coq directory
exit 1
fi
set -ex
-rm -f mips/*.vo
+rm -f cheri-mips/*.{vo,glob} cheri-mips/.*.aux
+rm -f riscv/*.{vo,glob} riscv/.*.aux
cd lib/coq
make clean