From 6267640a94bca2cd2f5191b3266be37ebf7668c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 21 Mar 2017 09:57:18 +0100 Subject: [PATCH] buildsys: add arch-indep debs to clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0fca5fc7..72a240d5a 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ distclean: clean .PHONY: clean clean: - rm -rf ceph *_${ARCH}.deb *.changes *.dsc *.buildinfo + rm -rf ceph *_all.deb *_${ARCH}.deb *.changes *.dsc *.buildinfo .PHONY: dinstall dinstall: ${DEB} -- 2.39.2