diff --git a/model/Makefile b/model/Makefile index 6c19edf..89d4f6a 100644 --- a/model/Makefile +++ b/model/Makefile @@ -1,7 +1,4 @@ -default: chanter.stl button-container.stl button-cup.stl - -button-%.stl: button-%.scad button.scad - openscad -o $@ $< +default: chanter.stl %.stl: %.scad openscad -o $@ $<