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