15 lines
201 B
Bash
15 lines
201 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p bigint\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-dapps \
|
|
-p ethcore-rpc \
|
|
-p ethcore-signer \
|
|
-p ethcore-util \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p parity"
|