Compare commits
No commits in common. "b447e9d5a1a95b0973fd4745afe0d0f77077d97d" and "9570f31dc7273c508f35c55b163d7322cd58c900" have entirely different histories.
b447e9d5a1
...
9570f31dc7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
.cache
|
.cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
main
|
main
|
||||||
*.dSYM
|
|
||||||
|
2
compile
2
compile
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user