aboutsummaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-13 18:56:33 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-13 19:05:23 +0100
commit1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8 (patch)
tree10526365a4c7da80127e6d1154501d21f1628abc /tools/Makefile
parent9eb9cc44aa1b7dcb5b3bef86b3ae620e1d0d789c (diff)
downloadfiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.tar.gz
fiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.tar.xz
fiv-1478a9f83f2ccfcc58bb0bf0ce050bf4b40d1fb8.zip
Add a tool to extract information from WebP
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9f34688..792d0b2 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 tiffinfo
+targets = pnginfo jpeginfo tiffinfo webpinfo
all: $(targets)
$(targets): info.h