Compare commits
2 Commits
5762ac33b0
...
ad4b7b40aa
Author | SHA1 | Date | |
---|---|---|---|
ad4b7b40aa | |||
aa12b62e7e |
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,5 +5,5 @@ big_endian*
|
||||
float32_example.tiff
|
||||
*.py
|
||||
tiffread
|
||||
test.ppm
|
||||
test.*
|
||||
compile_commands.json
|
||||
|
4
compile
4
compile
@ -12,8 +12,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user