summaryrefslogtreecommitdiff
path: root/snapshots/coq/clean
blob: 0d6f8785943e65f7a9435f8fadcfb05b43b986ba (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

if [ ! -d mips ]; then
  echo Run clean from the coq directory
  exit 1
fi

set -ex 
rm -f mips/*.vo
cd lib/coq
make clean