Makefile 74 B

1234567
  1. .PHONY: test clean
  2. test:
  3. python test.py
  4. clean:
  5. rm `find -name \*.pyc`