1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-03-03 05:54:19 +01:00
sdl2_frt/premake/Cygwin/build-scripts/make.debug.bat
2014-11-22 22:20:40 +01:00

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