Build automatically using make
This commit is contained in:
6
notebook_nueva/Makefile
Normal file
6
notebook_nueva/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
|
||||
|
||||
all: $(STL_FILES)
|
||||
|
||||
%.stl: %.py dimensions.py
|
||||
python $<
|
Reference in New Issue
Block a user