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-06-20 10:13:14 +02:00
|
|
|
-p ethkey \
|
|
|
|
-p ethstore \
|
2016-03-08 15:53:12 +01:00
|
|
|
-p ethash \
|
|
|
|
-p ethcore-util \
|
|
|
|
-p ethcore \
|
|
|
|
-p ethsync \
|
|
|
|
-p ethcore-rpc \
|
2016-05-26 16:41:03 +02:00
|
|
|
-p ethcore-signer \
|
2016-03-08 15:53:12 +01:00
|
|
|
-p parity \
|
2016-07-11 18:30:58 +02:00
|
|
|
-p bigint"
|
2016-07-13 17:19:51 +02:00
|
|
|
# TODO [ToDr] add ethcore-dapps back
|