SDL/premake/Cygwin/build-scripts/clean_premake.bat

4 lines
95 B
Batchfile
Executable File

@echo off
cd ..
%~dp0\premake4.exe --file=..\premake4.lua --to=.\Cygwin --cygwin clean
pause