4 lines
88 B
Bash
4 lines
88 B
Bash
rm -rf build
|
|
mkdir build && cd build
|
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
|
make -j$(nproc) |