Back to curl

main
Jef Roosens 2022-01-27 20:44:44 +01:00
parent d6575882cf
commit 65cc4f5a50
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 3 deletions

View File

@ -71,10 +71,9 @@ vet:
.PHONY: v
v: v-$(V_RELEASE)/v
v-$(V_RELEASE)/v:
git clone --depth 1 --single-branch --branch '$(V_RELEASE)' https://github.com/vlang/v 'v-$(V_RELEASE)'
# curl -Lo - 'https://github.com/vlang/v/archive/refs/tags/$(V_RELEASE).tar.gz' | tar xzf -
curl -Lo - 'https://github.com/vlang/v/archive/refs/tags/$(V_RELEASE).tar.gz' | tar xzf -
cd patches && sh patch.sh '../v-$(V_RELEASE)'
cd 'v-$(V_RELEASE)' && make
make -C 'v-$(V_RELEASE)'
clean:
rm -rf '$(LARCHIVE_DIR)' 'data' 'vieter' 'dvieter' 'pvieter' 'vieter.c' 'v-$(V_RELEASE)'