From 1409beae6cdd6520ef037b0d2a083844ce0e0c47 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 06 Sep 2018 20:58:54 +0000 Subject: spring compression scale --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5753a68..b9d2b4c 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,14 @@ clean: rm -f *.stl *.gcode stl-another-%: - $(MAKE) another-$*-{body,body-label,lever,knob,knob-label,springpad}.stl + $(MAKE) another-$*-{body,body-label,body-scale,lever,knob,knob-label,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-%-body-scale.stl: another-%.scad another.scad + $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body.scale"' -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