From 0a321ffd507e84dc414da4f294f832bdd8ddacf3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 18:06:57 +0200 Subject: [PATCH] buildsys: cleanup also older .deb files from prev. builds Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f25cda1..2c3156a 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ upload: $(DEBS) .PHONY: distclean clean distclean: clean clean: - rm -rf $(BUILDDIR) $(PACKAGE)_* $(DEBS) *.buildinfo *.changes + rm -rf $(BUILDDIR) $(PACKAGE)*.deb *.buildinfo *.changes .PHONY: dinstall dinstall: $(DEBS)