Files
archer/build-MinGW-W64.bat

5 lines
61 B
Batchfile
Raw Normal View History

2024-08-14 17:09:43 -07:00
cd build
premake5.exe gmake2
cd ..
make SHELL=CMD clean
pause