diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 01:55:26 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-27 01:55:26 +0100 |
| commit | 4b4bfa9c4707eded5dc1d93dac316efe67666341 (patch) | |
| tree | 7b6aea2c178cd95b73aa2f8e9f1b34c91d237e00 /Makefile | |
| parent | c315e928cba84c2fe49bba7b930ce0c09a03b5f2 (diff) | |
move CFLAGS linking outside OpenBSD comments; avoid confusion
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
