2016-07-11 18:30:58 +02:00
|
|
|
#!/bin/bash
|
2016-02-02 14:31:12 +01:00
|
|
|
|
2016-07-11 18:30:58 +02:00
|
|
|
export TARGETS="
|
2016-07-14 19:32:15 +02:00
|
|
|
-p bigint\
|
2016-03-08 15:53:12 +01:00
|
|
|
-p ethash \
|
|
|
|
-p ethcore \
|
2016-07-14 19:32:15 +02:00
|
|
|
-p ethcore-dapps \
|
2016-03-08 15:53:12 +01:00
|
|
|
-p ethcore-rpc \
|
2016-05-26 16:41:03 +02:00
|
|
|
-p ethcore-signer \
|
2016-07-14 19:32:15 +02:00
|
|
|
-p ethcore-util \
|
|
|
|
-p ethkey \
|
|
|
|
-p ethstore \
|
|
|
|
-p ethsync \
|
|
|
|
-p parity"
|