How to Integrate with Makefile

May 30, 2026 | 5 min read

Makefile Targets

compile:
	pyvorin compile app.py --function main

benchmark:
	pyvorin benchmark app.py --function main

dev:
	PYVORIN_THIN_MOCK_MODE=true python app.py