From 69ce7a3306a72eee010c387bfc5633823e561580 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Feb 2016 01:50:10 +0000 Subject: [PATCH] Makefile: fix reference to utils.scad --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28d308c..c249fed 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,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 misc.scad +AUTO_INCS = funcs.scad utils.scad default: autoincs scads -- 2.30.2