mirror of
https://github.com/Alcaro/Flips.git
synced 2026-04-01 15:04:47 -05:00
10 lines
117 B
Batchfile
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 |