Makefile curl
`curl` should be used in Makefile as more common and lightweightpull/603/head^2
parent
b65ef9022a
commit
302645cba0
|
@ -5,7 +5,7 @@ v: v.c
|
||||||
./v -o v .
|
./v -o v .
|
||||||
|
|
||||||
v.c:
|
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
|
test: v
|
||||||
find .. -name '*_test.v' | xargs ./v {}
|
find .. -name '*_test.v' | xargs ./v {}
|
||||||
|
|
Loading…
Reference in New Issue