clean_premake.bat (93B)
1@echo off 2cd .. 3%~dp0\premake4.exe --file=..\premake4.lua --to=.\MinGW --mingw clean 4pause