4 lines
77 B
Bash
Raw Normal View History

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