-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,3 +16,3 @@ clean: stl-another-%: - $(MAKE) another-$*-{body,body-label,lever,knob,knob-label,springpad}.stl + $(MAKE) another-$*-{body,body-label,body-scale,lever,knob,knob-label,springpad}.stl @@ -22,2 +22,4 @@ another-%-body-label.stl: another-%.scad another.scad $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.label"' -o "$@" "$<" +another-%-body-scale.stl: another-%.scad another.scad + $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.scale"' -o "$@" "$<" another-%-lever.stl: another-%.scad another.scad |