games202-hw/hw5/build.sh

6 lines
57 B
Bash

rm -rf build
mkdir build
cd build
cmake ..
make -j8
cd ..