Update Makefile

pull/1562/head
Alexander Medvednikov 2019-08-10 10:17:58 +02:00 committed by GitHub
parent 25d97ebbe4
commit cb7e87589c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ v.c.out: v.${VC}.c
${CC} -std=gnu11 -w -o v.c.out v.${VC}.c -lm
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
test: v