commit c15552b1b47ec1131ebea1519f780b429869d482 parent a933ce0d6109524b393feb3e7156cbf0de88b42c Author: mms <michal@sapka.me> Date: Sun, 6 Aug 2023 22:33:11 +0200 fix: compile on freebsd Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ CFLAGS := -pedantic -Wall -Wno-deprecated-declarations -Os LDFLAGS := -lX11 # FreeBSD (uncomment) -#LDFLAGS += -L/usr/local/lib -I/usr/local/include +LDFLAGS += -L/usr/local/lib -I/usr/local/include # # OpenBSD (uncomment) #LDFLAGS += -L/usr/X11R6/lib -I/usr/X11R6/include