mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
make.bat: del v3.exe after gcc bootstrap
This commit is contained in:
parent
dd58298500
commit
7c83c0569f
1 changed files with 1 additions and 0 deletions
1
make.bat
1
make.bat
|
@ -43,6 +43,7 @@ if %ERRORLEVEL% NEQ 0 (
|
|||
)
|
||||
|
||||
del v2.exe
|
||||
del v3.exe
|
||||
rd /s /q vc
|
||||
|
||||
goto :success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue