vail-adapter/case/Makefile

5 lines
80 B
Makefile
Raw Normal View History

2022-06-11 22:58:34 -06:00
default: body.stl cap.stl
2022-05-29 13:27:19 -06:00
2022-06-11 22:58:34 -06:00
%.stl: case.scad
openscad -o $@ -D TARGET=\"$*\" $<