SDL/premake/Cygwin/build-scripts/make.release.bat

5 lines
108 B
Batchfile
Raw Normal View History

@echo off
echo This script assumes Cygwin's make utility is in your Path
cd ..
make config=release
pause