From 3c6e5defb9ecb4127a19684038ced9af5dd8a1dc Mon Sep 17 00:00:00 2001 From: Abdelrahman <said.abdelrahman89@gmail.com> Date: Tue, 30 Apr 2024 22:00:31 +0100 Subject: [PATCH] Fix compile script --- compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile b/compile index d45905e..9eb8e1d 100755 --- a/compile +++ b/compile @@ -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