summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5981fc128ab11ed0b69387459b03e9fc6e236434 (plain)
1
2
3
4
5
6
7
%.stl: %.scad
	openscad $< -o $@

all: ball.stl screw.stl shell_lower.stl shell_upper.stl

clean:
	-rm *.stl
contact: Jan Huwald // Impressum