3 lines
64 B
Bash
3 lines
64 B
Bash
|
rm -rf build | true
|
||
|
mkdir build && cd build && cmake .. && make
|