forked from vieter-v/vieter
Another change to test
parent
e366787e34
commit
afb72e2df2
2
Makefile
2
Makefile
|
@ -73,7 +73,7 @@ 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 && sh patch.sh '../v-$(V_RELEASE)'
|
||||
'$(MAKE)' -C 'v-$(V_RELEASE)'
|
||||
make -C 'v-$(V_RELEASE)'
|
||||
|
||||
clean:
|
||||
rm -rf '$(LARCHIVE_DIR)' 'data' 'vieter' 'dvieter' 'pvieter' 'vieter.c' 'v-$(V_RELEASE)'
|
||||
|
|
Loading…
Reference in New Issue