make.bat: del v3.exe after gcc bootstrap

This commit is contained in:
unknown-v 2019-09-27 20:42:42 +02:00 committed by Alexander Medvednikov
parent dd58298500
commit 7c83c0569f

View file

@ -43,6 +43,7 @@ if %ERRORLEVEL% NEQ 0 (
)
del v2.exe
del v3.exe
rd /s /q vc
goto :success