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