Corrected GNUmakefile as well [CI SKIP]

Jef Roosens 2022-04-17 18:31:46 +02:00
parent 38cceeafe5
commit 92ad025d40
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 2 deletions

View File

@ -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)