]> git.sesse.net Git - bcachefs-tools-debian/commit
remove Rust artifacts during `make clean`
authorThomas Bertschinger <tahbertschinger@gmail.com>
Wed, 20 Dec 2023 22:02:28 +0000 (15:02 -0700)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 20 Dec 2023 23:45:43 +0000 (18:45 -0500)
commit2b97686ffa5f714a970ad88aa40cf47bdb998094
tree32a12d16ae7dca2166777440a91b1598498cc4f4
parent0bacefdf5f35874c0d9850311f18c315c16f97ad
remove Rust artifacts during `make clean`

This should use `cargo clean` instead of `rm -rf ...`. Also,
due to a typo, the `rm` did not actually remove the Rust artifacts.

Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Makefile