From 9c6d72b1b764197edb7ce7eda9e571f5c2ef8c4e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Dec 2017 11:38:17 +0100 Subject: [PATCH] buildsys: also cleanup *.buildinfo files Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a53f8cb..799722a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ upload: ${DEB} distclean: clean clean: - rm -rf ./build *.deb *.changes + rm -rf ./build *.deb *.changes *.buildinfo find . -name '*~' -exec rm {} ';' .PHONY: dinstall -- 2.39.2