Compare commits

..

No commits in common. "ad4b7b40aad23538b06323098a4e53bf24c21c0c" and "5762ac33b072f68e0a792aeb2beafa36a6c0e69d" have entirely different histories.

2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -5,5 +5,5 @@ big_endian*
float32_example.tiff float32_example.tiff
*.py *.py
tiffread tiffread
test.* test.ppm
compile_commands.json compile_commands.json

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