From a04cfab998a46b37476f986eafbe765dacdf3a47 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Mar 2017 11:09:35 +0100 Subject: [PATCH] clean: remove buildinfo/changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b80cc89..b2333b0 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ distclean: clean .PHONY: clean clean: - rm -rf *~ ${KVMDIR} ${KVMPACKAGE}_* ${DEBS} + rm -rf *.changes *.buildinfo ${KVMDIR} ${KVMPACKAGE}_* ${DEBS} .PHONY: dinstall dinstall: ${DEBS} -- 2.39.2