From 25871839a2885f5479bdd7efd2e78ca0aa1a7e09 Mon Sep 17 00:00:00 2001
From: Přemysl Eric Janouch <p@janouch.name>
Date: Fri, 1 Oct 2021 11:37:50 +0200
Subject: Add thumbnail cache inspection tools

---
 tools/Makefile | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 tools/Makefile

(limited to 'tools/Makefile')

diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644
index 0000000..d024620
--- /dev/null
+++ b/tools/Makefile
@@ -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
-- 
cgit v1.2.3-70-g09d2