openethereum/scripts/targets.sh

20 lines
305 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="
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 \
-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-07-14 19:32:15 +02:00
-p parity"