summaryrefslogtreecommitdiff
path: root/Makefile
authorMichael Krelin <hacker@klever.net>2018-08-31 22:28:17 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-31 22:28:17 (UTC)
commit1204538201ab6005f99507a511ffc17050194c8e (patch) (side-by-side diff)
tree0a9b2a99252714f2cfafbf97e87b8b0e0700bcd8 /Makefile
parent875ceca4d231a22423c42d44d8d14e02d3b4ef37 (diff)
downloadextrudery-1204538201ab6005f99507a511ffc17050194c8e.zip
extrudery-1204538201ab6005f99507a511ffc17050194c8e.tar.gz
extrudery-1204538201ab6005f99507a511ffc17050194c8e.tar.bz2
body label as a separate STL
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 1532827..6393033 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,12 @@ clean:
rm -f *.stl *.gcode
stl-another-%:
- $(MAKE) another-$*-{body,lever,knob,springpad}.stl
+ $(MAKE) another-$*-{body,body-label,lever,knob,springpad}.stl
another-%-body.stl: another-%.scad another.scad
$(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body"' -o "$@" "$<"
+another-%-body-label.stl: another-%.scad another.scad
+ $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.label"' -o "$@" "$<"
another-%-lever.stl: another-%.scad another.scad
$(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="lever"' -o "$@" "$<"
another-%-knob.stl: another-%.scad another.scad