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 1532827..6393033 100644
--- a/Makefile
+++ b/Makefile
@@ -16,3 +16,3 @@ clean:
16stl-another-%: 16stl-another-%:
17 $(MAKE) another-$*-{body,lever,knob,springpad}.stl 17 $(MAKE) another-$*-{body,body-label,lever,knob,springpad}.stl
18 18
@@ -20,2 +20,4 @@ another-%-body.stl: another-%.scad another.scad
20 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body"' -o "$@" "$<" 20 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body"' -o "$@" "$<"
21another-%-body-label.stl: another-%.scad another.scad
22 $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.label"' -o "$@" "$<"
21another-%-lever.stl: another-%.scad another.scad 23another-%-lever.stl: another-%.scad another.scad