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

make.bat improvements

This commit is contained in:
Chanrles WANG 2019-12-05 19:41:57 +08:00 committed by Alexander Medvednikov
parent 4888d27b71
commit 4ca453b6de

View File

@ -85,6 +85,10 @@ if %ERRORLEVEL% NEQ 0 (
del v2.exe
del v3.exe
rd /s /q vc
del v.pdb
del v3.ilk
del v3.pdb
del vc140.pdb
goto :success
@ -107,3 +111,5 @@ echo Exiting from error
exit /b 1
:success
echo V build OK!
v -v