From b9955ee3912777a2669245493a3a4f010bdf1fb8 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 09 Sep 2018 19:33:37 +0000 Subject: Makefile: multiswitch for e3d collets for metal --- diff --git a/Makefile b/Makefile index b9d2b4c..429237d 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ another-%-springpad.stl: another-%.scad another.scad multiswitch: multiswitch.c8r.scad $(addsuffix .stl,$(addprefix multiswitch-embeddest-,2 3 4 5 6)) multiswitch-embeddest-%.stl: multiswitch-embeddest.scad $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" +multiswitch-metal-%.stl: multiswitch-metal.scad + $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" multiswitch.c8r.scad: multiswitch-c8r.scad threads.scad pushfit_data.scad pushfittery.scad multiswitch.scad @echo "Preprocessing into $@…" -- cgit v0.9.0.2