diff --git a/compile b/compile index 5b91d66..1f9f224 100755 --- a/compile +++ b/compile @@ -13,8 +13,8 @@ LIBS="\ $(pkg-config --libs sdl2) \ " SRC="\ - $(find ./src -name *.c | xargs -I{} echo -n "{} ") \ - $(find intern/wizapp/src -type f -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 "{} ") \ " OUT=tiffread