forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tomasz Drwięga
committed
Jul 14, 2016
1 parent
517c705
commit 66f8038
Showing
6 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#!/bin/bash | ||
|
||
export TARGETS=" | ||
-p ethkey \ | ||
-p ethstore \ | ||
-p bigint\ | ||
-p ethash \ | ||
-p ethcore-util \ | ||
-p ethcore \ | ||
-p ethsync \ | ||
-p ethcore-dapps \ | ||
-p ethcore-rpc \ | ||
-p ethcore-signer \ | ||
-p parity \ | ||
-p bigint" | ||
# TODO [ToDr] add ethcore-dapps back | ||
-p ethcore-util \ | ||
-p ethkey \ | ||
-p ethstore \ | ||
-p ethsync \ | ||
-p parity" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters