3 lines
64 B
Bash
Raw Normal View History

2025-03-20 22:52:53 +01:00
rm -rf build | true
mkdir build && cd build && cmake .. && make