diff options
-rw-r--r-- | case/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/case/Makefile b/case/Makefile index 73a277f..07a92fe 100644 --- a/case/Makefile +++ b/case/Makefile @@ -6,7 +6,9 @@ STL_MODEL_PARAM = top-keyboard.json OPENSCAD = /usr/bin/openscad -all: $(SCAD_MODELS) $(STL_MODELS) +all: scad +scad: $(SCAD_MODELS) +stl: $(STL_MODELS) top-keyboard.scad: SCAD_INPUT = top.scad top-keyboard.scad: top.scad |