I'm just trying some stuff
Some checks failed
Some checks failed
This commit is contained in:
parent
4084e3c857
commit
e366787e34
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -72,7 +72,7 @@ vet:
|
|||
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 -
|
||||
cd patches && ./patch.sh '../v-$(V_RELEASE)'
|
||||
cd patches && sh patch.sh '../v-$(V_RELEASE)'
|
||||
'$(MAKE)' -C 'v-$(V_RELEASE)'
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Reference in a new issue