catala/french_law/python/Makefile
2021-06-24 18:18:25 +02:00

13 lines
197 B
Makefile

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