diff --git a/make.bat b/make.bat index a7c808cc50..c83621a823 100644 --- a/make.bat +++ b/make.bat @@ -7,7 +7,7 @@ pushd %~dp0 if exist "vc" ( echo Updating vc... cd vc - git pull + git pull --quiet cd .. ) else ( echo Cloning vc...