Files
greenhouse/Makefile
T

9 lines
81 B
Makefile
Raw Normal View History

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