3 lines
69 B
Makefile
Raw Normal View History

2026-07-25 16:58:41 +02:00
verify:
@python3 -m compileall -q src && echo "verification passed"