From 7ba3a0a25e6b97931f56e4be61c67a6abbf7f7f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 17 Mar 2017 15:07:09 +0100 Subject: [PATCH] update clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 400b2b2..c0291e4 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ distclean: clean .PHONY: clean clean: - rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc + rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc *.buildinfo find . -name '*~' -exec rm {} ';' .PHONY: dinstall -- 2.39.5