blenderings/mesh_baking/Makefile

9 lines
87 B
Makefile
Raw Normal View History

2022-12-25 13:24:58 -07:00
all: mesh_baking_pc2.zip
2022-12-25 12:10:23 -07:00
%.zip: *.py
zip -r $@ $^
.PHONY: clean
clean:
${RM} *.zip