diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-03 20:31:28 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-03 20:31:28 +0100 |
| commit | 58eb86428f90926d25219f4e15b80945b00b1810 (patch) | |
| tree | d2e8976bcd7264d38a0f4d4b9772b50e72eac9b8 /Makefile | |
| parent | 04f73ccab99a28d073dd0629e1b43aebdfab0861 (diff) | |
Calculate window size and position
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) |
