From d2977c745c828592dfc6f30ad181f64d5618f5f0 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sat, 25 Nov 2023 23:21:51 -0500 Subject: I don't know how necessary this is --- case/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/case/Makefile b/case/Makefile index 5c63246..561cd7a 100644 --- a/case/Makefile +++ b/case/Makefile @@ -9,6 +9,8 @@ OPENSCAD = /usr/bin/openscad all: $(SCAD_MODELS) $(STL_MODELS) top-keyboard.scad: SCAD_INPUT = top.scad +top-keyboard.scad: top.scad + top-outline.scad: SCAD_INPUT = outline.scad top-outline.scad: outline.scad -- cgit v1.2.3