diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
