Ryujinx-SDL/premake/Cygwin/build-scripts/make.debug.bat

5 lines
106 B
Batchfile
Raw Normal View History

2013-11-29 14:06:08 +01:00
@echo off
echo This script assumes Cygwin's make utility is in your Path
cd ..
make config=debug
pause