Add wizapp stdlib as submodule

This commit is contained in:
Abdelrahman Said 2024-04-20 16:59:53 +01:00
parent ad9382c3fd
commit 02f081bf40
3 changed files with 14 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "intern/wizapp"]
path = intern/wizapp
url = https://git.thewizardapprentice.com/abdelrahman/wizapp-stdlib.git

11
compile
View File

@ -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

1
intern/wizapp Submodule

@ -0,0 +1 @@
Subproject commit be64571b0ec136fa785f02acca555e2f03dbd02d