games202-hw/hw5/build.bat

5 lines
50 B
Batchfile

rd /s /q build
mkdir build
cd build
cmake ..
cd ..