7 lines
81 B
Batchfile
7 lines
81 B
Batchfile
rm -r ./build
|
|
cmake -S . -B build -G"Unix Makefiles"
|
|
cd ./build
|
|
make
|
|
.\main.exe
|
|
|