blenderings/retopo_tools/Makefile

9 lines
90 B
Makefile
Raw Normal View History

2022-12-22 13:35:06 -07:00
all: retopo_tools_addon.zip
%.zip: *.py
zip -r $@ $^
.PHONY: clean
clean:
${RM} *.zip