diff --git a/make.bat b/make.bat index a67b727623..840b0c2bf8 100644 --- a/make.bat +++ b/make.bat @@ -36,7 +36,7 @@ if %ERRORLEVEL% NEQ 0 ( REM remove the -prod parameter to shorten compilation time, REM and it will be restored when v is a stable version. -v self +v.exe self if %ERRORLEVEL% NEQ 0 ( echo v.exe failed to compile itself - Create an issue at 'https://github.com/vlang' rd /s /q vc @@ -78,7 +78,7 @@ if %ERRORLEVEL% NEQ 0 ( REM remove the -prod parameter to shorten compilation time, REM and it will be restored when v is a stable version. -v self +v.exe self if %ERRORLEVEL% NEQ 0 ( echo V failed to build itself with error %ERRORLEVEL% rd /s /q vc