blenderings/mesh_baking/Makefile

9 lines
83 B
Makefile

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