tools: fix the Makefile
This commit is contained in:
parent
befa7df481
commit
7ca53b031e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue