Loop your X cursor around the screen 👉😎👉
git clone https://github.com/m-col/xoop
Files | Refs | Readme | License

Commit 279140735dfdce4b48a52b54c6ef7c0c1a15f0de
Parent: 03a8999aa980ed2cfe7286f3fddfe86add6a5e12
Author: Laurent Seiler <m2k.networx@gmail.com>
Date: 2024-05-04 12:05:06 +0200
Committer: Laurent Seiler <m2k.networx@gmail.com>
Committed: 2024-05-04 12:05:06 +0200

Makefile: Split CFLAGS into CFLAGS + LDLIBS

makefile Modified

@@ -1,6 +1,7 @@
 OUT        = xoop
-SRC 	   = xoop.c
-CFLAGS 	  += -Wall -Wextra -pedantic -lxcb -lxcb-randr -lxcb-xinput -lxcb-xfixes
+SRC        = xoop.c
+CFLAGS    += -Wall -Wextra -pedantic
+LDLIBS    += -lxcb -lxcb-randr -lxcb-xinput -lxcb-xfixes
 PREFIX    ?= /usr/local
 BINPREFIX ?= $(PREFIX)/bin
 MANPREFIX ?= $(PREFIX)/man/man1