From 1c5ac513866ccbb62da185fcce2265280c1863c9 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 26 Nov 2023 00:19:38 -0500 Subject: This also seems to work --- case/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'case/Makefile') diff --git a/case/Makefile b/case/Makefile index 561cd7a..a429d5d 100644 --- a/case/Makefile +++ b/case/Makefile @@ -9,12 +9,9 @@ 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 -$(SCAD_MODELS): +$(SCAD_MODELS): $(SCAD_INPUT) cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@ $(STL_MODELS): %.stl: %.scad -- cgit v1.2.3