build:
	python build_v7_hand_pixel_2026.py

static:
	python build_v7_hand_pixel_2026.py --static

source:
	python build_v7_hand_pixel_2026.py --skip-fonts --zip

test:
	python -m pytest qa/test_source.py
