greenhouse/Makefile

9 lines
81 B
Makefile
Raw Normal View History

2015-09-17 10:37:20 +08:00
all: resources.py
%.py: %.qrc
pyrcc4 -o $@ $<
clean: $(shell git clean -fd)