2020-11-13 22:40:06 +01:00

11 lines
80 B
Bash
Executable File

#!/bin/bash
cd ..
rm -rf build
mkdir build
(
cd build
cmake ..
make -j
)