From a3f6f949f8143e7bfe03748cffae9f404ad58eee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Jun 2017 18:09:48 +0100 Subject: [PATCH] Makefile: drop utils.scad from AUTOINCS This is handwritten! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dde59df..f3a3e1b 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone an AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) -AUTO_INCS += funcs.scad utils.scad sealing-box.scad sewing-table.scad +AUTO_INCS += funcs.scad sealing-box.scad sewing-table.scad default: autoincs scads -- 2.30.2