1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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