mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
rust: Wire up make clean so it runs cargo clean
Before this commit, after make clean: $ du -sh rust 641M rust After: 776K rust
This commit is contained in:
@@ -35,6 +35,9 @@ if HAVE_RUST
|
||||
all: $(srcdir)/src/lib.rs
|
||||
$(top_builddir)/run $(CARGO) build --release
|
||||
|
||||
clean-local:
|
||||
$(top_builddir)/run $(CARGO) clean
|
||||
|
||||
TESTS = run-bindtests run-tests
|
||||
|
||||
CLEANFILES += target/*~
|
||||
|
||||
Reference in New Issue
Block a user