4 lines
35 B
Bash
4 lines
35 B
Bash
|
mkdir build
|
||
|
cd build
|
||
|
cmake ../
|
||
|
make
|