clean up compile and run scripts for silo
[c11concurrency-benchmarks.git] / silo / compile.sh
1 #!/bin/bash
2 export PATH=`pwd`/..:$PATH
3 source ../run
4 MODE=perf CHECK_INVARIANTS=1 make -j
5 MODE=perf CHECK_INVARIANTS=1 make -j dbtest
6