Ver Fonte

Makefile: Remove PROOFS_BIN on make clean

Closes: #249
parazyd há 2 anos atrás
pai
commit
e607236337
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -168,6 +168,7 @@ clean:
 	$(MAKE) -C bin/tau/taud clean
 	$(MAKE) -C bin/vanityaddr clean
 	RUSTFLAGS="$(RUSTFLAGS)" $(CARGO) clean --target=$(RUST_TARGET) --release
+	rm -f $(PROOFS_BIN)
 
 distclean: clean
 	rm -rf target