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 \