mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
12 lines
347 B
Makefile
12 lines
347 B
Makefile
doc:
|
|
cd ../compiler; make doc python-bindings
|
|
bash symlink_md.bash
|
|
bash symlink_py.bash
|
|
sphinx-apidoc -o python_api/ links_to_compiler_build/py/concretelang_core/concretelang -f
|
|
PYTHONPATH=links_to_compiler_build/py/concretelang_core sphinx-build -M html . _build
|
|
|
|
clean:
|
|
rm -rf _build/
|
|
rm -rf links_to_compiler_build/
|
|
rm -rf python_api/*
|