Makefile: use the new github v.c

pull/621/head
Alex Medvednikov 2019-06-25 23:05:16 +02:00 committed by GitHub
parent f9f5ca46db
commit a0dbee7e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ v: v.c
./v -o v .
v.c:
wget https://vlang.io/v.c
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
clean:
-rm vc v.c