From a0dbee7e452f58c5259d8e29d4a47b7c865c014c Mon Sep 17 00:00:00 2001 From: Alex Medvednikov Date: Tue, 25 Jun 2019 23:05:16 +0200 Subject: [PATCH] Makefile: use the new github v.c --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index 0e98df8b5d..727cf0b292 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -5,7 +5,7 @@ v: v.c ./v -o v . v.c: - wget https://vlang.io/v.c + wget https://raw.githubusercontent.com/vlang/vc/master/v.c clean: -rm vc v.c