aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 01:55:26 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 01:55:26 +0100
commit4b4bfa9c4707eded5dc1d93dac316efe67666341 (patch)
tree7b6aea2c178cd95b73aa2f8e9f1b34c91d237e00 /Makefile
parentc315e928cba84c2fe49bba7b930ce0c09a03b5f2 (diff)
move CFLAGS linking outside OpenBSD comments; avoid confusion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7df94f9..3f3b1b9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,10 @@ FREETYPEINC = ${X11INC}/freetype2
CFLAGS += -I${X11INC} -I${FREETYPEINC}
CFLAGS += -L${X11LIB}
-CFLAGS += -lX11 -lXfixes -lXi
#
+CFLAGS += -lX11 -lXfixes -lXi
+
all: xhidecursor
xhidecursor: main.c Makefile