author | Michael Krelin <hacker@klever.net> | 2018-09-09 19:33:37 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-09-09 19:33:37 (UTC) |
commit | b9955ee3912777a2669245493a3a4f010bdf1fb8 (patch) (unidiff) | |
tree | 4b9ef6ff9e1f71802025def6e1315c7575ac9378 /Makefile | |
parent | 96f339601d72fb01f9822e050026a2f5ceed3e55 (diff) | |
download | extrudery-b9955ee3912777a2669245493a3a4f010bdf1fb8.zip extrudery-b9955ee3912777a2669245493a3a4f010bdf1fb8.tar.gz extrudery-b9955ee3912777a2669245493a3a4f010bdf1fb8.tar.bz2 |
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ another-%-springpad.stl: another-%.scad another.scad | |||
34 | multiswitch: multiswitch.c8r.scad $(addsuffix .stl,$(addprefix multiswitch-embeddest-,2 3 4 5 6)) | 34 | multiswitch: multiswitch.c8r.scad $(addsuffix .stl,$(addprefix multiswitch-embeddest-,2 3 4 5 6)) |
35 | multiswitch-embeddest-%.stl: multiswitch-embeddest.scad | 35 | multiswitch-embeddest-%.stl: multiswitch-embeddest.scad |
36 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" | 36 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" |
37 | multiswitch-metal-%.stl: multiswitch-metal.scad | ||
38 | $(OPENSCAD_BIN) $(OPENSCAD_FLAGS) -D inputs=$* -o "$@" "$<" | ||
37 | 39 | ||
38 | multiswitch.c8r.scad: multiswitch-c8r.scad threads.scad pushfit_data.scad pushfittery.scad multiswitch.scad | 40 | multiswitch.c8r.scad: multiswitch-c8r.scad threads.scad pushfit_data.scad pushfittery.scad multiswitch.scad |
39 | @echo "Preprocessing into $@…" | 41 | @echo "Preprocessing into $@…" |