mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
15 lines
172 B
Bash
Executable file
15 lines
172 B
Bash
Executable file
#!/bin/sh
|
|
cd dll
|
|
python mk_def.py
|
|
cd ..
|
|
cd lib
|
|
python api.py
|
|
cd ..
|
|
cd Microsoft.Z3
|
|
python mk_z3consts.py
|
|
cd ..
|
|
cd python
|
|
python mk_z3consts.py
|
|
python mk_z3tactics.py
|
|
cd ..
|