Compare commits

...

2 Commits

Author SHA1 Message Date
Abdelrahman Said
b447e9d5a1 Update .gitignore 2024-02-26 07:25:25 +00:00
Abdelrahman Said
65d69bd570 Update build script 2024-02-26 07:24:49 +00:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.cache
compile_commands.json
main
*.dSYM

View File

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