We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc9e3f commit 1d9202dCopy full SHA for 1d9202d
Makefile
@@ -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