made this work requiring root
[c11concurrency-benchmarks.git] / mabain / compile.sh
index 36a8244a2540fd1aa5be8afdb91d31ec971a4298..dde2b4e8be5d098ae8bdbea83d9ebbd1dc35930e 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/bash
 make build
 #!/bin/bash
 make build
-sudo make install
-sudo make clean
-sudo make build
-sudo make install
+MABAIN_INSTALL_DIR=~/mabain make install
 cd ./examples
 cd ./examples
-make
+MABAIN_INSTALL_DIR=~/mabain make
 mkdir ./tmp_dir  
 
 mkdir ./tmp_dir