forked from vieter-v/vieter
I'm just trying some stuff
parent
4084e3c857
commit
e366787e34
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ vet:
|
||||||
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 -
|
curl -Lo - 'https://github.com/vlang/v/archive/refs/tags/$(V_RELEASE).tar.gz' | tar xzf -
|
||||||
cd patches && ./patch.sh '../v-$(V_RELEASE)'
|
cd patches && sh patch.sh '../v-$(V_RELEASE)'
|
||||||
'$(MAKE)' -C 'v-$(V_RELEASE)'
|
'$(MAKE)' -C 'v-$(V_RELEASE)'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue