Skip to content

Commit 1d9202d

Browse files
committed
Added Makefile and updated STL files.
1 parent 0bc9e3f commit 1d9202d

File tree

3 files changed

+5049
-1468
lines changed

3 files changed

+5049
-1468
lines changed

Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
all: recirculating.stl plate.stl
2+
3+
.SECONDARY:
4+
5+
# Explicit wildcard expansion suppresses errors when no files are found.
6+
include $(wildcard *.deps)
7+
8+
%.stl: %.scad
9+
openscad -m make -d $*.deps -o $@ $<

0 commit comments

Comments
 (0)