21 lines
322 B
Bash
21 lines
322 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p rlp\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-bigint\
|
|
-p ethcore-dapps \
|
|
-p ethcore-rpc \
|
|
-p ethcore-signer \
|
|
-p ethcore-util \
|
|
-p ethcore-network \
|
|
-p ethcore-io \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p ethcore-ipc \
|
|
-p ethcore-ipc-tests \
|
|
-p ethcore-ipc-nano \
|
|
-p parity"
|