1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

make: use "cargo clean" instead of removing the target/$profile folder

This commit is contained in:
Terts Diepraam 2022-01-26 19:48:31 +01:00
parent 9dbff22101
commit d12459563c

View file

@ -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