diff options
Diffstat (limited to 'tools/proof')
-rwxr-xr-x | tools/proof | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/proof b/tools/proof new file mode 100755 index 00000000..d135b606 --- /dev/null +++ b/tools/proof @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +tools/prepall +tools/buildall clean check + +cd ~/Products/ledger +make release-distcheck |