diff options
author | XANTRONIX Development | 2023-11-26 13:34:10 -0500 |
---|---|---|
committer | XANTRONIX Development | 2023-11-26 13:34:10 -0500 |
commit | 37ccf2569e483e514112ccd7443d606448112f38 (patch) | |
tree | 82188e972465f064c66f660bc2d77935d551c665 /case/Makefile | |
parent | 49241edc0639ab672745e539996443dd001ee178 (diff) | |
download | xantronix-z32-37ccf2569e483e514112ccd7443d606448112f38.tar.gz xantronix-z32-37ccf2569e483e514112ccd7443d606448112f38.tar.bz2 xantronix-z32-37ccf2569e483e514112ccd7443d606448112f38.zip |
Clean up, improve Makefile
Diffstat (limited to 'case/Makefile')
-rw-r--r-- | case/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/case/Makefile b/case/Makefile index b78dae7..73a277f 100644 --- a/case/Makefile +++ b/case/Makefile @@ -9,7 +9,7 @@ OPENSCAD = /usr/bin/openscad all: $(SCAD_MODELS) $(STL_MODELS) top-keyboard.scad: SCAD_INPUT = top.scad -top-outline.scad: SCAD_INPUT = outline.scad +top-keyboard.scad: top.scad $(SCAD_MODELS): $(SCAD_INPUT) $(SCAD_INCLUDE) cat $(SCAD_INCLUDE) $(SCAD_INPUT) > $@ |