From 58eb86428f90926d25219f4e15b80945b00b1810 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Fri, 3 Nov 2023 20:31:28 +0100 Subject: Calculate window size and position --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3