From b28a4c937b1af055f071687983a1c6bea5d5283d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Dec 2022 15:37:44 +0000 Subject: [PATCH] Makefile: poster-tuber-lid: Add distorts Signed-off-by: Ian Jackson --- Makefile | 3 +++ reprap-objects.make | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a2988c..2821dee 100644 --- 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) diff --git a/reprap-objects.make b/reprap-objects.make index 8d4fe9f..8740fa2 100644 --- a/reprap-objects.make +++ b/reprap-objects.make @@ -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)) -- 2.30.2