make clean: Delete nix-rust/target

This commit is contained in:
Eelco Dolstra 2019-11-27 17:33:59 +01:00
parent f553a8bdea
commit 895ce1bb6c

View file

@ -17,3 +17,8 @@ $(d)/target/$(RUST_DIR)/libnixrust.a: $(wildcard $(d)/src/*.rs) $(d)/Cargo.toml
&& touch target/$(RUST_DIR)/libnixrust.a
dist-files += $(d)/vendor
clean: clean-rust
clean-rust:
$(suppress) rm -rfv nix-rust/target