mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Makefile: use simpler shell syntax.
This commit is contained in:
parent
3c6a11eb0b
commit
e96f0b5409
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ release: clean v-release thirdparty-release
|
||||
|
||||
install: uninstall all
|
||||
mkdir -p ${PREFIX}/lib/vlang ${PREFIX}/bin
|
||||
cp -r {v,tools,vlib,thirdparty} ${PREFIX}/lib/vlang
|
||||
cp -r v tools vlib thirdparty ${PREFIX}/lib/vlang
|
||||
ln -sf ${PREFIX}/lib/vlang/v ${PREFIX}/bin/v
|
||||
ln -sf ${PREFIX}/lib/vlang/tools/vget ${PREFIX}/bin/vget
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user