From 19a11f24a59ad54b51b9987836449bc3cabaca5b Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Fri, 19 May 2023 13:22:00 +0200 Subject: [PATCH] buildsys: expand clean target Signed-off-by: Fiona Ebner [ T: remove all tarballs for a package and any .deb ] Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index da63ce2..3dd1da7 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ upload: $(DEBS) .PHONY: distclean clean distclean: clean clean: - rm -rf $(BUILDDIR) $(PACKAGE)*.deb *.buildinfo *.changes + rm -rf $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar* *.deb *.dsc *.build *.buildinfo *.changes .PHONY: dinstall dinstall: $(DEBS)