From: Richard W.M. Jones Date: Thu, 3 Oct 2019 08:08:19 +0000 (+0100) Subject: build: Remove *~ files on make clean. X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=commitdiff_plain;h=56427ce169d5a6dc46ed6c6555ee3f7c4e0843d6 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