Add wizapp stdlib as submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "intern/wizapp"]
|
||||||
|
path = intern/wizapp
|
||||||
|
url = https://git.thewizardapprentice.com/abdelrahman/wizapp-stdlib.git
|
||||||
11
compile
11
compile
@@ -2,9 +2,18 @@
|
|||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
|
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="\
|
||||||
./src/*.c \
|
./src/*.c \
|
||||||
|
intern/wizapp/cpath/src/*.c \
|
||||||
|
intern/wizapp/dstr/src/*.c \
|
||||||
|
intern/wizapp/mem/src/*/*.c \
|
||||||
"
|
"
|
||||||
OUT=tiffread
|
OUT=tiffread
|
||||||
|
|
||||||
|
|||||||
1
intern/wizapp
Submodule
1
intern/wizapp
Submodule
Submodule intern/wizapp added at be64571b0e
Reference in New Issue
Block a user