cadquery/notebook_nueva/Makefile

6 lines
130 B
Makefile
Raw Normal View History

2023-04-15 21:22:44 +00:00
STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
all: $(STL_FILES)
2023-04-15 21:39:03 +00:00
%.stl: %.py dimensions.py utils.py
2023-04-15 21:22:44 +00:00
python $<