summaryrefslogtreecommitdiff
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5753a68..b9d2b4c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,3 @@ clean:
16stl-another-%: 16stl-another-%:
17 $(MAKE) another-$*-{body,body-label,lever,knob,knob-label,springpad}.stl 17 $(MAKE) another-$*-{body,body-label,body-scale,lever,knob,knob-label,springpad}.stl
18 18
@@ -22,2 +22,4 @@ another-%-body-label.stl: another-%.scad another.scad
22 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.label"' -o "$@" "$<" 22 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.label"' -o "$@" "$<"
23another-%-body-scale.stl: another-%.scad another.scad
24 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.scale"' -o "$@" "$<"
23another-%-lever.stl: another-%.scad another.scad 25another-%-lever.stl: another-%.scad another.scad