Compare commits

..

No commits in common. "b447e9d5a1a95b0973fd4745afe0d0f77077d97d" and "9570f31dc7273c508f35c55b163d7322cd58c900" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -8,7 +8,7 @@ INCLUDE="\
-Iintern/wizapp/aliases \ -Iintern/wizapp/aliases \
-Iintern/wizapp/cpath/include \ -Iintern/wizapp/cpath/include \
-Iintern/wizapp/dstr/include \ -Iintern/wizapp/dstr/include \
$(find intern/wizapp/mem/include -type d | xargs -I{} echo -n "-I{} ") \ $(find intern/wizapp/mem/include/ -type d | xargs -I{} printf "-I{} ") \
" "
SRC="\ SRC="\
intern/wizapp/cpath/src/*.c \ intern/wizapp/cpath/src/*.c \