Corrected clean target

This commit is contained in:
john newby 2019-08-15 13:50:43 +02:00
parent dacccbae7d
commit 95fa535c0b

View File

@ -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