Update compile script

This commit is contained in:
Abdelrahman Said 2024-03-24 05:45:13 +00:00
parent 6fc0b2987e
commit b3a174f26c

@ -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 \