all: mesh_baking.zip

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

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