Compare commits
2 Commits
9570f31dc7
...
b447e9d5a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b447e9d5a1 | ||
|
|
65d69bd570 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.cache
|
||||
compile_commands.json
|
||||
main
|
||||
*.dSYM
|
||||
|
||||
2
compile
2
compile
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user