Compare commits
No commits in common. "ad4b7b40aad23538b06323098a4e53bf24c21c0c" and "5762ac33b072f68e0a792aeb2beafa36a6c0e69d" have entirely different histories.
ad4b7b40aa
...
5762ac33b0
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
||||||
|
4
compile
4
compile
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user