mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
added temporary Makefile for ML annotations.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
1685e3dd6f
commit
18a57267d1
6
src/api/ml/Makefile
Normal file
6
src/api/ml/Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue