mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #2921 from tertsdiepraam/fix-make-clean
make: use "cargo clean" instead of removing the target/$profile folder
This commit is contained in:
commit
ac1ed328fe
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ busytest: $(BUILDDIR)/busybox $(addprefix test_busybox_,$(filter-out $(SKIP_UTIL
|
|||
endif
|
||||
|
||||
clean:
|
||||
$(RM) $(BUILDDIR)
|
||||
cargo clean
|
||||
cd $(DOCSDIR) && $(MAKE) clean
|
||||
|
||||
distclean: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue