5 lines
51 B
Bash
Executable File
5 lines
51 B
Bash
Executable File
cd 11
|
|
mkdir -p build && cd build
|
|
cmake ..
|
|
make -j8
|