catala/french_law/python/Makefile
2021-06-26 18:04:36 +02:00

16 lines
249 B
Makefile

SOURCES=src/catala.py src/allocations_familiales.py main.py src/api.py
dependencies:
pip install -r dependencies.txt
type:
mypy $(SOURCES)
format:
autopep8 --in-place $(SOURCES)
bench:
python main.py bench
show_log:
python main.py show_log