Makefile 77 B

123456789101112
  1. # Makefile
  2. RM = rm -f
  3. .PHONY: all
  4. all:
  5. .PHONY: clean
  6. clean:
  7. ${RM} *.pyc