Atomic exporter so fstl doesn't whine

This commit is contained in:
2023-04-15 18:39:03 -03:00
parent cc1ff47e53
commit 07b9cc47ba
12 changed files with 34 additions and 24 deletions

View File

@ -2,5 +2,5 @@ STL_FILES = base.stl hinged_lid.stl simple_lid.stl tandy_lid.stl
all: $(STL_FILES)
%.stl: %.py dimensions.py
%.stl: %.py dimensions.py utils.py
python $<