From 3ad75932fe1d0932182206bccdfaa80e23ec05c8 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Thu, 30 Nov 2023 21:28:38 -0500 Subject: Allow building STL files separately --- case/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'case/Makefile') 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 -- cgit v1.2.3