Add wizapp stdlib as submodule
This commit is contained in:
11
compile
11
compile
@@ -2,9 +2,18 @@
|
||||
|
||||
CC=clang
|
||||
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
|
||||
INCLUDES="-Isrc"
|
||||
INCLUDES="\
|
||||
-Isrc \
|
||||
-Iintern/wizapp/aliases \
|
||||
-Iintern/wizapp/cpath/include \
|
||||
-Iintern/wizapp/dstr/include \
|
||||
$(find intern/wizapp/mem/include -type d | xargs -I{} echo -n "-I{} ") \
|
||||
"
|
||||
SRC="\
|
||||
./src/*.c \
|
||||
intern/wizapp/cpath/src/*.c \
|
||||
intern/wizapp/dstr/src/*.c \
|
||||
intern/wizapp/mem/src/*/*.c \
|
||||
"
|
||||
OUT=tiffread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user