Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index b9d2b4c..429237d 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -35,4 +35,6 @@ multiswitch: multiswitch.c8r.scad $(addsuffix .stl,$(addprefix multiswitch-embed |
35 | multiswitch-embeddest-%.stl: multiswitch-embeddest.scad |
35 | multiswitch-embeddest-%.stl: multiswitch-embeddest.scad |
36 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" |
36 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" |
| |
37 | multiswitch-metal-%.stl: multiswitch-metal.scad |
| |
38 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" |
37 | |
39 | |
38 | multiswitch.c8r.scad: multiswitch-c8r.scad threads.scad pushfit_data.scad pushfittery.scad multiswitch.scad |
40 | multiswitch.c8r.scad: multiswitch-c8r.scad threads.scad pushfit_data.scad pushfittery.scad multiswitch.scad |
|