make.bat: del v3.exe after gcc bootstrap

pull/2141/head
unknown-v 2019-09-27 20:42:42 +02:00 committed by Alexander Medvednikov
parent dd58298500
commit 7c83c0569f
1 changed files with 1 additions and 0 deletions

View File

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