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-09-01 13:36:32 +02:00
|
|
|
-p rlp\
|
2016-03-08 15:53:12 +01:00
|
|
|
-p ethash \
|
|
|
|
-p ethcore \
|
2016-09-13 16:31:15 +02:00
|
|
|
-p ethcore-bigint\
|
2017-04-03 10:27:37 +02:00
|
|
|
-p parity-dapps \
|
2017-04-13 16:32:07 +02:00
|
|
|
-p parity-rpc \
|
2017-05-24 12:24:07 +02:00
|
|
|
-p parity-rpc-client \
|
|
|
|
-p rpc-cli \
|
2016-07-14 19:32:15 +02:00
|
|
|
-p ethcore-util \
|
2016-08-05 10:32:04 +02:00
|
|
|
-p ethcore-network \
|
|
|
|
-p ethcore-io \
|
2016-07-14 19:32:15 +02:00
|
|
|
-p ethkey \
|
|
|
|
-p ethstore \
|
|
|
|
-p ethsync \
|
2016-07-26 10:33:52 +02:00
|
|
|
-p ethcore-ipc \
|
2016-08-01 15:32:07 +02:00
|
|
|
-p ethcore-ipc-tests \
|
2016-08-01 19:15:05 +02:00
|
|
|
-p ethcore-ipc-nano \
|
2016-12-09 15:20:45 +01:00
|
|
|
-p ethcore-light \
|
2016-07-14 19:32:15 +02:00
|
|
|
-p parity"
|