3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Cleanup a bit.

This commit is contained in:
Weng Shiwei 2024-06-16 20:26:28 -04:00
parent dbc7889d65
commit f0082a7856
No known key found for this signature in database
GPG key ID: CFB31B6A2D733ADB
2 changed files with 146 additions and 157 deletions

View file

@ -190,10 +190,13 @@ build-mk:
cd build && make -j16 build_z3_ocaml_bindings
.PHONY:build
# /bin/sh: 1: ocamlfind ocamlc -where: not found
build-nj:
cd build && ninja
.PHONY:build-nj
build:
cd build && ninja build_z3_ocaml_bindings
.PHONY:build-nj
.PHONY:build
dot:
cd build && dot -Tpng -o deps.png deps.dot