3 lines
69 B
Makefile
3 lines
69 B
Makefile
|
|
verify:
|
||
|
|
@python3 -m compileall -q src && echo "verification passed"
|