mirror of
https://github.com/Alcaro/Flips.git
synced 2026-03-22 10:04:23 -05:00
11 lines
152 B
Batchfile
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 |