From 7ca53b031e5faeb875e7e2cf042f1941bf076bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 1 Nov 2021 04:26:20 +0100 Subject: tools: fix the Makefile --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index d024620..c7fa1a5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,7 @@ 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)` +LDLIBS = -ljq `pkg-config --libs $(deps)` deps = libpng targets = pnginfo -- cgit v1.2.3