From 65d69bd570618c103af6330816ab027dd1710624 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Mon, 26 Feb 2024 07:24:49 +0000 Subject: [PATCH] Update build script --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index 8fc4b88..40f895c 100755 --- a/compile +++ b/compile @@ -8,7 +8,7 @@ INCLUDE="\ -Iintern/wizapp/aliases \ -Iintern/wizapp/cpath/include \ -Iintern/wizapp/dstr/include \ - $(find intern/wizapp/mem/include/ -type d | xargs -I{} printf "-I{} ") \ + $(find intern/wizapp/mem/include -type d | xargs -I{} echo -n "-I{} ") \ " SRC="\ intern/wizapp/cpath/src/*.c \