From 1204538201ab6005f99507a511ffc17050194c8e Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 31 Aug 2018 22:28:17 +0000 Subject: body label as a separate STL --- (limited to 'Makefile') 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 -- cgit v0.9.0.2