update make call
This commit is contained in:
parent
47da9a9d70
commit
bc000451cc
@ -10,7 +10,7 @@ function cmakebuild() {
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make MAKEFLAGS
|
make
|
||||||
make install
|
make install
|
||||||
cd ../..
|
cd ../..
|
||||||
rm -rf $1
|
rm -rf $1
|
||||||
|
Loading…
Reference in New Issue
Block a user