makefile: use latest v.c
parent
45766dcb2e
commit
5a80d587d5
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ v.c.out: v.${VC}.c
|
|||
|
||||
v.${VC}.c:
|
||||
curl -o v.${VC}.c -LsSf https://github.com/vlang/vc/raw/${VC}/v.c
|
||||
curl -o v.${VC}.c -LsSf https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||
|
||||
test: v
|
||||
./v -prod -o vprod compiler # Test prod build
|
||||
|
|
|
@ -6,6 +6,7 @@ module http
|
|||
|
||||
import strings
|
||||
|
||||
|
||||
#flag windows -I @VROOT/thirdparty/vschannel
|
||||
#flag -lws2_32 -lcrypt32
|
||||
|
||||
|
|
Loading…
Reference in New Issue