how-to
How to Integrate with Makefile
Add Pyvorin compilation targets to your Makefile.
Published May 30, 2026
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