7
mirror of https://github.com/tenderlove/initial-v.git synced 2025-01-10 04:24:42 +00:00
initial-v/housing/Makefile
2023-02-05 17:04:32 -08:00

10 lines
193 B
Makefile

OPENSCAD = /Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
%.stl: housing.scad
$(OPENSCAD) -D'rendering="$(basename $@)"' $< -o $@
all: top.stl middle.stl bottom.stl
clean:
rm -f *.stl