Flips/zd_debug.bat
2016-07-13 18:44:41 +02:00

11 lines
152 B
Batchfile

goto q
:h
pause
:q
cls
del floating.exe
if exist floating.exe goto h
mingw32-make -j4
if not exist floating.exe goto h
gdb floating.exe
goto h