mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +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
|
||||
for pkg in "$*"
|
||||
|
||||
for pkg in "$@"
|
||||
do
|
||||
make -j16 build-$pkg
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue