mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make.bat: more cleaning up
This commit is contained in:
parent
0a930f9862
commit
78c292b448
4
make.bat
4
make.bat
@ -44,6 +44,7 @@ if %ERRORLEVEL% NEQ 0 (
|
||||
)
|
||||
|
||||
rd /s /q vc
|
||||
del v_old.exe
|
||||
goto :success
|
||||
|
||||
:msvc_strap
|
||||
@ -81,15 +82,12 @@ v self
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
echo V failed to build itself with error %ERRORLEVEL%
|
||||
rd /s /q vc
|
||||
del v_old.exe
|
||||
del vc140.pdb
|
||||
del %ObjFile%
|
||||
goto :compile_error
|
||||
)
|
||||
|
||||
rd /s /q vc
|
||||
del v_old.exe
|
||||
del vc140.pdb
|
||||
del %ObjFile%
|
||||
|
||||
goto :success
|
||||
|
Loading…
Reference in New Issue
Block a user