6 lines
130 B
Makefile
6 lines
130 B
Makefile
STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
|
|
|
|
all: $(STL_FILES)
|
|
|
|
%.stl: %.py dimensions.py utils.py
|
|
python $<
|