Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 998b0ac..c52cfe7 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -2,6 +2,7 @@ |
2 | |
2 | |
3 | OPENSCAD_APP?=/Applications/OpenSCAD.app |
3 | OPENSCAD_APP?=/Applications/OpenSCAD.app |
4 | OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD |
4 | OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD |
| |
5 | OPENSCAD_FLAGS=-D draft=false |
5 | |
6 | |
6 | default: fanduct-circular.stl fanduct-3jets.stl fanduct-dual.stl |
7 | default: fanduct-circular.stl fanduct-3jets.stl fanduct-dual.stl |
7 | |
8 | |
|