-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,2 +36,4 @@ 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 | ||