From cdf9756618f0a3ed8d6f9354d76f11ad5f0dd567 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 May 2023 13:23:27 +0200 Subject: [PATCH] buildsys: cleanup and expand clean target Signed-off-by: Thomas Lamprecht --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 068dc60..a0cb37d 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,8 @@ upload: $(DEB) tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist $(UPLOAD_DIST) distclean: clean - clean: - rm -rf $(BUILDDIR) *.deb *.dsc *.changes *.buildinfo *.tar.gz + rm -rf $(PACKAGE)-[0-9]*/ *.deb *.dsc *.changes *.buildinfo *.build $(PACKAGE)*.tar* .PHONY: dinstall dinstall: $(DEB)