X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile;h=05ba8b3bb9bfa980fa184a5a8d006436beb171e4;hb=a7b0012d1b9a146acf75048f1ffabca654ce3e79;hp=c249fed675a587ba9e4db5e993ddb5c58c454fd8;hpb=69ce7a3306a72eee010c387bfc5633823e561580;p=reprap-play.git diff --git a/Makefile b/Makefile index c249fed..05ba8b3 100644 --- a/Makefile +++ b/Makefile @@ -28,12 +28,13 @@ PLAY ?= $(CWD) CONFIG=$(PLAY)/slic3r-config.ini FILAMENTSPOOL_AUTOS = filamentspool filamentspool-lt filamentspool-sm +FILAMENTSPOOL_AUTOS += filamentspool-storarm3 -USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover +USING_AUTOS ?= $(FILAMENTSPOOL_AUTOS) xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount wardrobe-hook knifeblock pandemic-counter pattress-boxes-3-cover bike-lipo-box earring-stand AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m)) -AUTO_INCS = funcs.scad utils.scad +AUTO_INCS = funcs.scad utils.scad sealing-box.scad default: autoincs scads @@ -48,8 +49,6 @@ stls: $(addsuffix .auto.stl, $(AUTO_TOPLEVELS)) %.auto.stls: $(MAKE) $(addsuffix .auto.stl, $(shell $(PLAY)/toplevel-find $*)) -bike-lipo-box.scad: - -include .*.d %.stl: %.scad $(AUTO_INCS)