From cb7e87589cbacddf8302db9b3e3c9957cae52a04 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 10 Aug 2019 10:17:58 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8580f91387..252227c6d4 100644 --- a/Makefile +++ b/Makefile @@ -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