Added a little makefile

This commit is contained in:
Sebastian 2016-04-16 21:05:04 +02:00
parent 1f446addaf
commit 867950ea25
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
all: top.stl lid.stl bottom.stl
%.stl: %.scad constants.scad cap.scad
openscad -o $@ $<