From: Thomas Lamprecht Date: Sun, 7 May 2023 12:23:56 +0000 (+0200) Subject: buildsys: expand clean target X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2847ca2ccd9bcdf412107d2e5885389c5d855283;hp=33c8f081e23a477729b86e4b34d3f14e29f274c8;p=corosync-pve.git buildsys: expand clean target Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 5145d66..21c711a 100644 --- a/Makefile +++ b/Makefile @@ -83,8 +83,7 @@ upload: $(DEBS) .PHONY: clean distclean: clean clean: - rm -rf *.deb *.changes *.dsc *.buildinfo $(BUILDDIR) - find . -name '*~' -exec rm () ';' + rm -rf *.deb *.changes *.dsc *.buildinfo *.build $(PACKAGE)-[0-9]*/ *.tar.?z .PHONY: dinstall dinstall: $(DEBS)