From 95fa535c0bab94b58c856ad6c14496d912e8eabb Mon Sep 17 00:00:00 2001 From: john newby Date: Thu, 15 Aug 2019 13:50:43 +0200 Subject: [PATCH] Corrected clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82db7e5..6f282aa 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ priv/ecrecover.so: src/lib.rs parity-ethereum/ cp target/release/$(artefact) priv/ecrecover.so clean: - rm -f src/ecrecover.so target/release/libecrecover.so + rm -f priv/ecrecover.so target/release/$(artefact) parity-ethereum/: git clone https://github.com/johnsnewby/parity-ethereum.git