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