diff options
| author | Brian Campbell | 2019-01-09 17:11:49 +0000 |
|---|---|---|
| committer | Brian Campbell | 2019-01-09 17:11:49 +0000 |
| commit | de0c19e00194daf0336fc7799f2f2987a2215109 (patch) | |
| tree | cf44c568c3434fb736a59b3a991b19da3021b01f /snapshots/coq/clean | |
| parent | 1c80d84c47faef38149e87e000c6721f6aa6245e (diff) | |
Update Coq snapshots
Diffstat (limited to 'snapshots/coq/clean')
| -rwxr-xr-x | snapshots/coq/clean | 5 |
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 |
