Python.make 79 B

123456
  1. PY_SOURCES := $(wildcard *.py)
  2. %.pyc: %.py
  3. $(PYTHON) -t -3 -m py_compile $<