mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 10:46:27 +02:00
repo: build all packages instead of just first
This commit is contained in:
parent
8047c8e986
commit
a91f3af1fb
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
cd /packages
|
cd /packages
|
||||||
for pkg in "$*"
|
|
||||||
|
for pkg in "$@"
|
||||||
do
|
do
|
||||||
make -j16 build-$pkg
|
make -j16 build-$pkg
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue