tools: fix the Makefile
This commit is contained in:
parent
befa7df481
commit
7ca53b031e
|
@ -1,7 +1,7 @@
|
||||||
SHELL = /bin/sh
|
SHELL = /bin/sh
|
||||||
# libjq 1.6 lacks a pkg-config file, and there is no release in sight.
|
# libjq 1.6 lacks a pkg-config file, and there is no release in sight.
|
||||||
CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)`
|
CFLAGS = -g -O2 -Wall -Wextra `pkg-config --cflags $(deps)`
|
||||||
LDFLAGS = -ljq `pkg-config --libs $(deps)`
|
LDLIBS = -ljq `pkg-config --libs $(deps)`
|
||||||
|
|
||||||
deps = libpng
|
deps = libpng
|
||||||
targets = pnginfo
|
targets = pnginfo
|
||||||
|
|
Loading…
Reference in New Issue