Makefile 100 B

12345678910
  1. all:
  2. clean:
  3. rm -rf *.pyc
  4. rm -rf __pycache__/
  5. rm -rf helper/*.pyc
  6. rm -rf helper/__pycache__/