Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b447e9d5a1 | |||
| 65d69bd570 |
@@ -1,3 +1,4 @@
|
|||||||
.cache
|
.cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
main
|
main
|
||||||
|
*.dSYM
|
||||||
|
|||||||
@@ -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{} printf "-I{} ") \
|
$(find intern/wizapp/mem/include -type d | xargs -I{} echo -n "-I{} ") \
|
||||||
"
|
"
|
||||||
SRC="\
|
SRC="\
|
||||||
intern/wizapp/cpath/src/*.c \
|
intern/wizapp/cpath/src/*.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user