From 3fbc7a2d1418ace187475939647553ce2b7721f6 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 27 May 2005 16:52:19 +0000 Subject: [PATCH] added %.annot rule to create type annotation files --- helm/ocaml/Makefile.common.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index b191767d2..0bae0213f 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -69,6 +69,8 @@ $(PACKAGE).ps: .dep.dot $(OCAMLC) -c $< %.cmx: %.ml $(OCAMLOPT) -c $< +%.annot: %.ml + $(OCAMLC) -dtypes $(PKGS) -c $< %.ml %.mli: %.mly $(OCAMLYACC) $< %.ml: %.mll -- 2.39.2