From dc3e312492e5339d5f2c7452308073565795f9cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 7 Nov 2018 14:26:36 +0100 Subject: [PATCH] build: add new build artifacts to clean target MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8984abc..59d33c8 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ distclean: clean .PHONY: clean clean: - rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR} + rm -rf *.deb *.changes *.dsc *.buildinfo ${CSDIR} *.debian.tar.xz find . -name '*~' -exec rm {} ';' .PHONY: dinstall -- 2.39.2