From baadfa16f6f4b35aeac2ac6f86394a3b8cb7114c Mon Sep 17 00:00:00 2001 From: ochafik Date: Mon, 23 Dec 2024 01:34:33 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca07705..ca0e5f1 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ libs/openscad: public/libraries/openscad.zip: libs/openscad mkdir -p public/libraries - ( cd libs/openscad ; zip -r ../../public/libraries/openscad.zip `find examples -name '*.scad' | grep -v tests` ) + ( cd libs/openscad ; zip -r - `find examples -name '*.scad' | grep -v tests` ) > public/libraries/openscad.zip libs/BOSL2: git clone --recurse https://github.com/BelfrySCAD/BOSL2.git ${SHALLOW} ${SINGLE_BRANCH} $@