openethereum/scripts/targets.sh

15 lines
219 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 ethkey \
-p ethstore \
2016-03-08 15:53:12 +01:00
-p ethash \
-p ethcore-util \
-p ethcore \
-p ethsync \
-p ethcore-rpc \
-p ethcore-signer \
2016-03-08 15:53:12 +01:00
-p parity \
2016-07-11 18:30:58 +02:00
-p bigint"
# TODO [ToDr] add ethcore-dapps back