Makefile: Remove PROOFS_BIN on make clean

Closes: #249
This commit is contained in:
parazyd
2024-03-15 09:54:42 +01:00
parent bd456cb839
commit e607236337

View File

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