update make call

This commit is contained in:
Jakob Ketterl 2020-08-15 17:39:13 +02:00
parent 47da9a9d70
commit bc000451cc

View File

@ -10,7 +10,7 @@ function cmakebuild() {
mkdir build
cd build
cmake ..
make MAKEFLAGS
make
make install
cd ../..
rm -rf $1