9 lines
81 B
Makefile
9 lines
81 B
Makefile
|
|
all: resources.py
|
|
|
|
%.py: %.qrc
|
|
pyrcc4 -o $@ $<
|
|
|
|
clean: $(shell git clean -fd)
|
|
|