0.1.0-rc.1 #60
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -71,7 +71,8 @@ vet:
|
||||||
.PHONY: v
|
.PHONY: v
|
||||||
v: v-$(V_RELEASE)/v
|
v: v-$(V_RELEASE)/v
|
||||||
v-$(V_RELEASE)/v:
|
v-$(V_RELEASE)/v:
|
||||||
curl -Lo - 'https://github.com/vlang/v/archive/refs/tags/$(V_RELEASE).tar.gz' | tar xzf -
|
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 -
|
||||||
cd patches && sh patch.sh '../v-$(V_RELEASE)'
|
cd patches && sh patch.sh '../v-$(V_RELEASE)'
|
||||||
cd 'v-$(V_RELEASE)' && make
|
cd 'v-$(V_RELEASE)' && make
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue