uilleann/model/Makefile

8 lines
151 B
Makefile
Raw Normal View History

default: chanter.stl button-container.stl button-cup.stl
button-%.stl: button-%.scad button.scad
openscad -o $@ $<
%.stl: %.scad
openscad -o $@ $<