1 2 3 4 5 6 7 8 9
#!/bin/bash # Rebuilds the entire foo in one go. One shot, one kill. rm -rf build/ mkdir -p build cd build mingw32-cmake .. make