aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b96b6a7..0494403 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ DEPS = cairo \
xcb-xrm \
xcb-randr \
glib-2.0
-CFLAGS := $(shell pkgconf --cflags $(DEPS))
-LDFLAGS := $(shell pkgconf --libs $(DEPS)) -lm
+CFLAGS := $(shell pkg-config --cflags $(DEPS))
+LDFLAGS := $(shell pkg-config --libs $(DEPS)) -lm
all: $(BIN)