diff --git a/rust/Makefile b/rust/Makefile index cf2fda70..420bafd0 100644 --- a/rust/Makefile +++ b/rust/Makefile @@ -68,7 +68,7 @@ clean: $(foreach target,$(CARGO_TARGETS),\ $(CARGO_CLEAN) --manifest-path=$(target)/Cargo.toml ${ALL_CARGOFLAGS} ;) $(foreach target,$(PV_TARGETS),\ - $(CARGO_CLEAN) --manifest-path=$(target)/Cargo.toml ${CARGOFLAGS} ;) + $(CARGO_CLEAN) --manifest-path=$(target)/Cargo.toml ${ALL_CARGOFLAGS} ;) $(RM) -- .check-dep-pvtools .detect-openssl.dep.c .check-cargo rust-test: .check-cargo .no-cross-compile