Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/Makefile b/Makefile index c52cfe7..b72584f 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -4,7 +4,7 @@ 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 | OPENSCAD_FLAGS=-D draft=false |
6 | |
6 | |
7 | default: fanduct-circular.stl fanduct-3jets.stl fanduct-dual.stl |
7 | default: fanduct-circular.stl fanduct-3jets.stl fanduct-dual.stl fanduct-dual-jets.stl |
8 | |
8 | |
9 | clean: |
9 | clean: |
10 | rm -f *.stl |
10 | rm -f *.stl |
|