openethereum/scripts/targets.sh

22 lines
342 B
Bash
Raw Normal View History

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="
-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\
2016-07-14 19:32:15 +02:00
-p ethcore-dapps \
2016-03-08 15:53:12 +01:00
-p ethcore-rpc \
-p ethcore-signer \
2016-07-14 19:32:15 +02:00
-p ethcore-util \
-p ethcore-network \
-p ethcore-io \
2016-07-14 19:32:15 +02:00
-p ethkey \
-p ethstore \
-p ethsync \
-p ethcore-ipc \
-p ethcore-ipc-tests \
-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"