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

10 lines
114 B
Batchfile

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