diff options
author | uint23 <[email protected]> | 2025-04-29 20:46:38 +0100 |
---|---|---|
committer | uint23 <[email protected]> | 2025-04-29 20:46:38 +0100 |
commit | 231fcfe100d358d9030a7a2f21d3ffe53b64d1ea (patch) | |
tree | 3cb8dfffae57e5db0501fed585fe6de443926e77 /Makefile | |
parent | 6493a8f575925cd67f09b8a08c37927bcdc59af1 (diff) |
using XCursor instead - nnyyxxxx
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ CC ?= gcc CFLAGS ?= -std=c99 -Wall -Wextra -O3 -Isrc -LDFLAGS ?= -lX11 -lXinerama +LDFLAGS ?= -lX11 -lXinerama -lXcursor PREFIX ?= /usr/local BIN := sxwm |