Skip to content

Latest commit

 

History

History
executable file
·
4 lines (4 loc) · 95 Bytes

clean_premake.bat

File metadata and controls

executable file
·
4 lines (4 loc) · 95 Bytes
 
1
2
3
4
@echo off
cd ..
%~dp0\premake4.exe --file=..\premake4.lua --to=.\Cygwin --cygwin clean
pause