From 92ad025d405894e95a367402bd1a7671fa5c3c6e Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sun, 17 Apr 2022 18:31:46 +0200 Subject: [PATCH] Corrected GNUmakefile as well [CI SKIP] --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7111a9f50f..50fb6b6542 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,7 @@ TMPDIR ?= /tmp VROOT ?= . VC ?= ./vc V ?= ./v -VCREPO ?= https://github.com/vlang/vc +VCREPO ?= https://git.rustybever.be/Chewing_Bever/vc TCCREPO ?= https://github.com/vlang/tccbin VCFILE := v.c @@ -113,7 +113,7 @@ endif check_for_working_tcc: @$(TMPTCC)/tcc.exe --version > /dev/null 2> /dev/null || echo "The executable '$(TMPTCC)/tcc.exe' does not work." - + fresh_vc: rm -rf $(VC) $(GITFASTCLONE) $(VCREPO) $(VC)