From e87feb8e456e91d05a14dee17d62f9cf1c531e27 Mon Sep 17 00:00:00 2001 From: "Christoph M. Wintersteiger" Date: Thu, 20 Dec 2012 04:12:41 +0000 Subject: [PATCH] added temporary Makefile for ML annotations. Signed-off-by: Christoph M. Wintersteiger --- src/api/ml/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/api/ml/Makefile diff --git a/src/api/ml/Makefile b/src/api/ml/Makefile new file mode 100644 index 000000000..f97a2dc30 --- /dev/null +++ b/src/api/ml/Makefile @@ -0,0 +1,6 @@ +# This is a temporary support file for emacs annotations. +# It does not compile the Z3 ML API; this will be built +# in the top-level build directory. + +all: + ocamlbuild -cflag -annot z3.cmxa \ No newline at end of file