Makefile 66 B

12345678
  1. all:
  2. clean:
  3. find . -name \*.pyc -exec rm -f {} \;
  4. .PHONY: all