Build automatically using make

This commit is contained in:
2023-04-15 18:22:44 -03:00
parent bd4b8d4cc5
commit cc1ff47e53
19 changed files with 17 additions and 3595 deletions

6
notebook_nueva/Makefile Normal file
View 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 $<