1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash #set -x set -e . ../template/init.sh coq_makefile -f _CoqProject -o Makefile make exec test -f "subdir/done"