mirror of
https://github.com/nealey/vail-adapter.git
synced 2025-01-05 19:40:34 -07:00
5 lines
60 B
Makefile
5 lines
60 B
Makefile
|
default: adapter-case.stl
|
||
|
|
||
|
%.stl: %.scad
|
||
|
openscad -o $@ $<
|