mirror of
https://github.com/Z3Prover/z3
synced 2026-06-08 12:59:34 +00:00
7efe7a2c16
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
8 lines
374 B
Makefile
8 lines
374 B
Makefile
# This is a temporary support file for emacs annotations.
|
|
# It does not compile the Z3 ML example; this will be built
|
|
# in the top-level build directory.
|
|
|
|
all:
|
|
OCAML_COMPAT=c ocamlc -g -annot -o ml_example.byte -I ../../bld_dbg -I ../../bld_dbg/api/ml z3.cma ml_example.ml
|
|
ocamlopt -g -annot -o ml_example -I ../../bld_dbg -I ../../bld_dbg/api/ml z3.cmxa ml_example.ml
|