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)