Makefile 50 B

123456
  1. all: resources.py
  2. %.py: %.qrc
  3. pyrcc4 -o $@ $<