mirror of
https://github.com/nealey/vail-adapter.git
synced 2025-01-21 14:25:16 -07:00
4 lines
80 B
Makefile
4 lines
80 B
Makefile
default: body.stl cap.stl
|
|
|
|
%.stl: case.scad
|
|
openscad -o $@ -D TARGET=\"$*\" $<
|