From 8fca2e979aec3aedd9be51893aeceac78986b44b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 22 May 2023 14:42:06 +0200 Subject: [PATCH] buildsys: cleanup and expand clean target Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d83dff0..4640c01 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ distclean: clean clean: make -C src clean make -C test clean - rm -rf *~ debian/*~ example/*~ *.deb *.changes *.buildinfo $(BUILDDIR) $(PACKAGE)*.tar.gz *.dsc + rm -rf *.deb *.dsc *.changes *.build *.buildinfo $(PACKAGE)-[0-9]*/ $(PACKAGE)*.tar* .PHONY: upload upload: $(DEBS) -- 2.39.5