1
0
Fork 0
mirror of https://github.com/Ryujinx/SDL.git synced 2025-05-15 07:42:21 +00:00
SDL/premake/Cygwin/build-scripts/make.debug.bat

5 lines
106 B
Batchfile
Executable file

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