3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
z3/update_api.sh
Leonardo de Moura ae15953609 update_api script for Linux/OSX
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-02 14:49:14 -07:00

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 ..