Fix compile script

This commit is contained in:
Abdelrahman Said 2024-04-30 22:00:31 +01:00
parent a00e737652
commit 3c6e5defb9

View File

@ -13,7 +13,7 @@ LIBS="\
"
SRC="\
$(find ./src -name *.c | xargs -I{} echo -n "{} ") \
$(find intern/wizapp/src -type f -name *.x | xargs -I{} echo -n "{} ") \
$(find intern/wizapp/src -type f -name *.c | xargs -I{} echo -n "{} ") \
"
OUT=tiffread