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

Makefile curl

`curl` should be used in Makefile as more common and lightweight
This commit is contained in:
whoami 2019-06-26 14:37:28 +03:00 committed by Alex Medvednikov
parent b65ef9022a
commit 302645cba0

View File

@ -5,7 +5,7 @@ v: v.c
./v -o v .
v.c:
wget https://raw.githubusercontent.com/vlang/vc/master/v.c
curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c
test: v
find .. -name '*_test.v' | xargs ./v {}