Corrected clean target
This commit is contained in:
parent
dacccbae7d
commit
95fa535c0b
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ priv/ecrecover.so: src/lib.rs parity-ethereum/
|
|||||||
cp target/release/$(artefact) priv/ecrecover.so
|
cp target/release/$(artefact) priv/ecrecover.so
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f src/ecrecover.so target/release/libecrecover.so
|
rm -f priv/ecrecover.so target/release/$(artefact)
|
||||||
|
|
||||||
parity-ethereum/:
|
parity-ethereum/:
|
||||||
git clone https://github.com/johnsnewby/parity-ethereum.git
|
git clone https://github.com/johnsnewby/parity-ethereum.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user