mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
update make call
This commit is contained in:
parent
47da9a9d70
commit
bc000451cc
|
|
@ -10,7 +10,7 @@ function cmakebuild() {
|
|||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make MAKEFLAGS
|
||||
make
|
||||
make install
|
||||
cd ../..
|
||||
rm -rf $1
|
||||
|
|
|
|||
Loading…
Reference in a new issue