Unidiff1 files changed, 3 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index 6393033..5753a68 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -16,3 +16,3 @@ clean: |
16 | stl-another-%: |
16 | stl-another-%: |
17 | $(MAKE) another-$*-{body,body-label,lever,knob,springpad}.stl |
17 | $(MAKE) another-$*-{body,body-label,lever,knob,knob-label,springpad}.stl |
18 | |
18 | |
@@ -26,2 +26,4 @@ another-%-knob.stl: another-%.scad another.scad |
26 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="knob"' -o "$@" "$<" |
26 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="knob"' -o "$@" "$<" |
| |
27 | another-%-knob-label.stl: another-%.scad another.scad |
| |
28 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="knob.label"' -o "$@" "$<" |
27 | another-%-springpad.stl: another-%.scad another.scad |
29 | another-%-springpad.stl: another-%.scad another.scad |
|