blenderings/mesh_baking/Makefile

9 lines
83 B
Makefile
Raw Normal View History

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