Files
archer/build-MinGW-W64.bat
Jeff Myers 3f9ed218fb Make clean on MinGW-W64 batch.
Add notes to readme for how to swap to C++ or use your own code.
2024-09-20 15:56:00 -07:00

5 lines
61 B
Batchfile

cd build
premake5.exe gmake2
cd ..
make SHELL=CMD clean
pause