5 lines
48 B
Bash
Executable file
5 lines
48 B
Bash
Executable file
mkdir -p build
|
|
cd build
|
|
cmake ..
|
|
make -j8
|
|
cd ..
|