forked from lix-project/lix
make clean: Delete nix-rust/target
This commit is contained in:
parent
f553a8bdea
commit
895ce1bb6c
|
@ -17,3 +17,8 @@ $(d)/target/$(RUST_DIR)/libnixrust.a: $(wildcard $(d)/src/*.rs) $(d)/Cargo.toml
|
||||||
&& touch target/$(RUST_DIR)/libnixrust.a
|
&& touch target/$(RUST_DIR)/libnixrust.a
|
||||||
|
|
||||||
dist-files += $(d)/vendor
|
dist-files += $(d)/vendor
|
||||||
|
|
||||||
|
clean: clean-rust
|
||||||
|
|
||||||
|
clean-rust:
|
||||||
|
$(suppress) rm -rfv nix-rust/target
|
||||||
|
|
Loading…
Reference in a new issue