diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-29 22:23:41 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-01 08:38:13 +0100 |
commit | 9c77aac640e11ca5df144e3c943f48dfeab8485a (patch) | |
tree | b19ff84127594eedbe8de1b27012191c44f240ab /tools/Makefile | |
parent | 0d9cb78f036554de8a9adc9196769e1fc709ea39 (diff) | |
download | fiv-9c77aac640e11ca5df144e3c943f48dfeab8485a.tar.gz fiv-9c77aac640e11ca5df144e3c943f48dfeab8485a.tar.xz fiv-9c77aac640e11ca5df144e3c943f48dfeab8485a.zip |
Add a tool to extract information from JPEG images
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 c7fa1a5..a60c17d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -4,7 +4,7 @@ CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)` LDLIBS = -ljq `pkg-config --libs $(deps)` deps = libpng -targets = pnginfo +targets = pnginfo jpeginfo all: $(targets) clean: |