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

10 lines
117 B
Batchfile

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