Python.make 76 B

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