rust/make: fix maintainer-clean-local target

Was using the wrong name, so vendored Rust crates were not being
cleaned up on make maintainer-clean.
pull/6996/head
Jason Ish 3 years ago committed by Victor Julien
parent 8dc3431d86
commit 62cc813f88

@ -71,7 +71,7 @@ endif
distclean-local:
rm -f Cargo.lock
maintainerclean-local:
maintainer-clean-local:
rm -rf vendor gen
check:

Loading…
Cancel
Save