Improve API to be more Erlang-ish
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
all: priv/ecrecover.so
|
||||
|
||||
priv/ecrecover.so: src/lib.rs parity-ethereum/
|
||||
cargo build --release
|
||||
cp target/release/libecrecover.so priv/ecrecover.so
|
||||
|
||||
clean:
|
||||
rm -f src/ecrecover.so target/release/libecrecover.so
|
||||
|
||||
parity-ethereum/:
|
||||
git clone https://github.com/johnsnewby/parity-ethereum.git
|
||||
Reference in New Issue
Block a user