diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-11 22:51:52 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-12 00:22:20 +0100 |
commit | 121c63e35e667a841380f4d405cc47ce0f50b2e9 (patch) | |
tree | 76d97392c8c6c88445c689313c026ce0817d6e75 /tools/Makefile | |
parent | 1bd5cb02e74fafa5f4f87be39cf919efab03fe25 (diff) | |
download | fiv-121c63e35e667a841380f4d405cc47ce0f50b2e9.tar.gz fiv-121c63e35e667a841380f4d405cc47ce0f50b2e9.tar.xz fiv-121c63e35e667a841380f4d405cc47ce0f50b2e9.zip |
Add a basic tiffinfo utility
Also fix a few TIFF-related issues.
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5f75065..9f34688 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -5,7 +5,7 @@ CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)` LDLIBS = -ljq `pkg-config --libs $(deps)` deps = libpng -targets = pnginfo jpeginfo +targets = pnginfo jpeginfo tiffinfo all: $(targets) $(targets): info.h |