mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
makefile: simplify and speed up
This commit is contained in:
parent
db5036686b
commit
c7e4f5eefb
2 changed files with 8 additions and 36 deletions
2
make.bat
2
make.bat
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue