Python.make 73 B

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