blenderings/mesh_baking/Makefile

9 lines
87 B
Makefile

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