makefile: simplify and speed up

This commit is contained in:
Alexander Medvednikov 2020-05-13 14:50:33 +02:00
parent db5036686b
commit c7e4f5eefb
2 changed files with 8 additions and 36 deletions

View file

@ -8,7 +8,7 @@ if exist "vc" (
rd /s /q vc
)
echo Downloading v.c...
echo Downloading v.c from github.com/vlang/vc...
git clone --depth 1 --quiet https://github.com/vlang/vc
REM option to force msvc or gcc