From d19ceb226c242844467b2935c1e19b989b4315e8 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Apr 2009 19:47:22 +0100 Subject: Remove *~ files when doing 'make clean'. --- ocaml/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ocaml') diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 00e8027e..ee42134b 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -22,6 +22,8 @@ EXTRA_DIST = \ SUBDIRS = examples +CLEANFILES = *~ + if HAVE_OCAML noinst_DATA = mlguestfs.cma mlguestfs.cmxa META -- cgit