PYTHON?=python3

.PHONY: metrics
metrics:
	$(PYTHON) ./gen_metrics.py
