Fix compile script

This commit is contained in:
Abdelrahman Said 2024-05-26 14:51:53 +01:00
parent 5762ac33b0
commit aa12b62e7e

View File

@ -12,8 +12,8 @@ LIBS="\
$(pkg-config --libs sdl2) \ $(pkg-config --libs sdl2) \
" "
SRC="\ SRC="\
$(find ./src -name *.c | xargs -I{} echo -n "{} ") \ $(find ./src -name "*.c" | xargs -I{} echo -n "{} ") \
$(find intern/wizapp/src -type f -name *.c | xargs -I{} echo -n "{} ") \ $(find intern/wizapp/src -type f -name "*.c" | xargs -I{} echo -n "{} ") \
" "
OUT=tiffread OUT=tiffread