From 461e05f32eacaffd4508abf2943fcad8d0c7d00d Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 06 Feb 2017 21:20:07 +0000 Subject: knob --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9444a03..31135cb 100644 --- a/Makefile +++ b/Makefile @@ -11,12 +11,14 @@ clean: rm -f *.stl *.gcode stl-another-%: - $(MAKE) another-$*-{body,lever}.stl + $(MAKE) another-$*-{body,lever,knob}.stl another-%-body.stl: another-%.scad another.scad $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="body"' -o "$@" "$<" another-%-lever.stl: another-%.scad another.scad $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="lever"' -o "$@" "$<" +another-%-knob.stl: another-%.scad another.scad + $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D 'what="knob"' -o "$@" "$<" %.stl: %.scad ${OPENSCAD_BIN} ${OPENSCAD_FLAGS} -o "$@" "$<" -- cgit v0.9.0.2