Add thumbnail cache inspection tools
This commit is contained in:
13
tools/Makefile
Normal file
13
tools/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
SHELL = /bin/sh
|
||||
# libjq 1.6 lacks a pkg-config file, and there is no release in sight.
|
||||
CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)`
|
||||
LDFLAGS = -ljq `pkg-config --libs $(deps)`
|
||||
|
||||
deps = libpng
|
||||
targets = pnginfo
|
||||
|
||||
all: $(targets)
|
||||
clean:
|
||||
rm -f $(targets)
|
||||
|
||||
.PHONY: all clean
|
||||
Reference in New Issue
Block a user