catala/french_law/python/Makefile
2021-06-21 17:33:29 +02:00

13 lines
171 B
Makefile

SOURCES=catala_runtime.py
dependencies:
pip install -r dependencies.txt
type:
mypy $(SOURCES)
doc:
mkdir -p doc
sphinx-build ./ doc
ln -sf doc/index.html doc.html