From b3a174f26c88cc836db7e073fa1ad5b032be11ab Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 24 Mar 2024 05:45:13 +0000 Subject: [PATCH] Update compile script --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index 8fef513..c975b75 100755 --- a/compile +++ b/compile @@ -5,7 +5,7 @@ INCLUDE="\ -Ialiases \ -Icpath/include \ -Idstr/include \ - $(find mem/include/ -type d | xargs -I{} printf "-I{} ") \ + $(find mem/include/ -type d | xargs -I{} printf "\-I{} ") \ " SRC="\ cpath/src/*.c \