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

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