make.bat: a better info message

pull/2298/head^2
Alexander Medvednikov 2019-10-12 04:19:28 +03:00
parent 155d692959
commit 114fce4242
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if %ERRORLEVEL% NEQ 0 (
exit /b 1 exit /b 1
) )
echo rebuild from source (twice, in case of C definitions changes) echo Now using V to build V...
v2.exe -o v3.exe compiler v2.exe -o v3.exe compiler
v3.exe -o v.exe -prod compiler v3.exe -o v.exe -prod compiler
if %ERRORLEVEL% NEQ 0 ( if %ERRORLEVEL% NEQ 0 (