chiark / gitweb /
Makefile: poster-tuber-lid: Add distorts
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2022 15:37:44 +0000 (15:37 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 10 Dec 2022 11:36:43 +0000 (11:36 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile
reprap-objects.make

index 0a2988c65b19a1f0ac036c9b246edd1ffcbca61c..2821dee0be9bb818d8000d9fad532e1f1ece45e8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ AUTO_INCS += sealing-box.scad sewing-table.scad nutbox.scad \
             poster-tube-lid-parametric.scad \
             $(QUACKS_SCADS)
 
+AUTO_STLS_INCS += poster-tube-lid,CatchPostDistort-fa3.stl
+AUTO_STLS_INCS += poster-tube-lid,CatchPostDistort-fa20.stl
+
 include reprap-objects.make
 
 dovecliptest.stl: doveclip.scad $(AUTO_INCS)
index 8d4fe9faa64af17721bcac9f50b63615b97af0b9..8740fa2d912ab9962451a8af64f924195fcdef81 100644 (file)
@@ -35,7 +35,7 @@ default:      autoincs scads
 
 $(shell set -xe; $(PLAY)/commitid.scad.pl >commitid.scad.tmp; cmp commitid.scad.tmp commitid.scad || mv -f commitid.scad.tmp commitid.scad )
 
-autoincs:      $(AUTO_INCS)
+autoincs:      $(AUTO_INCS) $(AUTO_STLS_INCS)
 scads:         $(addsuffix .auto.scad, $(AUTO_TOPLEVELS))
 stls:          $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))