build: don't tell "make clean" to remove my '~' backup files
[libguestfs.git] / ocaml / examples / Makefile.am
index 48191e7..abe6cdf 100644 (file)
@@ -5,6 +5,6 @@ if HAVE_OCAML
 lvs:   lvs.ml
        $(OCAMLFIND) ocamlopt -I .. mlguestfs.cmxa $< -o $@
 
 lvs:   lvs.ml
        $(OCAMLFIND) ocamlopt -I .. mlguestfs.cmxa $< -o $@
 
-CLEANFILES = *.cmi *.cmo *.cmx *.o *~ lvs
+CLEANFILES = *.cmi *.cmo *.cmx *.o lvs
 
 endif
\ No newline at end of file
 
 endif
\ No newline at end of file