blenderings/retopo_tools/Makefile
2022-12-22 13:35:06 -07:00

8 lines
90 B
Makefile

all: retopo_tools_addon.zip
%.zip: *.py
zip -r $@ $^
.PHONY: clean
clean:
${RM} *.zip