ea09aa584d
* Basic WS server. * CLI for WS server. * Bump jsonrpc * Fixing test.
22 lines
340 B
Bash
22 lines
340 B
Bash
#!/bin/bash
|
|
|
|
export TARGETS="
|
|
-p rlp\
|
|
-p ethash \
|
|
-p ethcore \
|
|
-p ethcore-bigint\
|
|
-p parity-dapps \
|
|
-p parity-rpc \
|
|
-p ethcore-signer \
|
|
-p ethcore-util \
|
|
-p ethcore-network \
|
|
-p ethcore-io \
|
|
-p ethkey \
|
|
-p ethstore \
|
|
-p ethsync \
|
|
-p ethcore-ipc \
|
|
-p ethcore-ipc-tests \
|
|
-p ethcore-ipc-nano \
|
|
-p ethcore-light \
|
|
-p parity"
|