From: Richard W.M. Jones Date: Thu, 3 Oct 2019 08:08:19 +0000 (+0100) Subject: build: Remove *~ files on make clean. X-Git-Tag: v1.20~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=ba7d198c566ed9dc208a1fb2029d95e3eb256e5e;p=virt-what.git build: Remove *~ files on make clean. --- diff --git a/Makefile.am b/Makefile.am index 67502fc..48fd518 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -CLEANFILES = virt-what +CLEANFILES = virt-what *~ AM_CPPFLAGS = -Wall