Files
typosaurus-sandbox/Makefile
T

9 lines
234 B
Makefile
Raw Normal View History

# retoor <retoor@molodetz.nl>
2026-07-25 16:58:41 +02:00
verify:
@PYTHONPATH=src python3 -m compileall -q src tests && PYTHONPATH=src python3 -m unittest discover -s tests -q && echo "verification passed"
run:
@PYTHONPATH=src python3 -m typosaurus_sandbox