greenhouse/Makefile
2016-10-22 10:27:50 +08:00

9 lines
81 B
Makefile

all: resources.py
%.py: %.qrc
pyrcc4 -o $@ $<
clean: $(shell git clean -fd)