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