all: retopo_tools_addon.zip

%.zip: *.py
	zip -r $@ $^

.PHONY: clean
clean:
	${RM} *.zip