From 121c63e35e667a841380f4d405cc47ce0f50b2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 11 Dec 2021 22:51:52 +0100 Subject: Add a basic tiffinfo utility Also fix a few TIFF-related issues. --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') 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 -- cgit v1.2.3