mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update Makefile
This commit is contained in:
parent
25d97ebbe4
commit
cb7e87589c
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ v.c.out: v.${VC}.c
|
|||||||
${CC} -std=gnu11 -w -o v.c.out v.${VC}.c -lm
|
${CC} -std=gnu11 -w -o v.c.out v.${VC}.c -lm
|
||||||
|
|
||||||
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://github.com/vlang/vc/raw/${VC}/v.c
|
||||||
curl -o v.${VC}.c -LsSf https://raw.githubusercontent.com/vlang/vc/master/v.c
|
curl -o v.${VC}.c -LsSf https://raw.githubusercontent.com/vlang/vc/master/v.c
|
||||||
|
|
||||||
test: v
|
test: v
|
||||||
|
Loading…
Reference in New Issue
Block a user