1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-05-13 16:12:08 +02:00
sdl2_frt/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