Makefile curl

`curl` should be used in Makefile as more common and lightweight
pull/603/head^2
whoami 2019-06-26 14:37:28 +03:00 committed by Alex Medvednikov
parent b65ef9022a
commit 302645cba0
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://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 {}