.PHONY: test validate-json tree

test:
	python -m pytest -q

validate-json:
	python scripts/validate_json.py

tree:
	python scripts/print_tree.py
