blob: 9072008c58a8ac5183a2f28947d4392e00f0e694 [file] [log] [blame]
#!/bin/bash
rm -rf build
mkdir build
cd build
cmake ..
make -j2