diff options
Diffstat (limited to 'ocaml/examples')
-rw-r--r-- | ocaml/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index 48191e78..abe6cdf3 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -5,6 +5,6 @@ if HAVE_OCAML 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 |