fmp-capsule/Makefile

12 lines
249 B
Makefile

all: stl/top.stl stl/lid.stl stl/bottom.stl
stl/%.stl: %.scad constants.scad
@mkdir -p $$(dirname $@)
openscad -o $@ $<
stl/lid.stl: bayonetmount.scad support.scad stl/handle.stl
stl/top.stl: bayonetmount.scad support.scad
clean:
rm stl/*.stl