2019-05-14 18:01:14 +08:00

4 lines
77 B
Bash
Executable File

#!/bin/bash
rm -rf build && mkdir build && cd build
cmake ..
cmake --build .