9 lines
71 B
Makefile

pello:
python -m compileall pello.py
clean:
rm -rf __pycache__