diff options
author | nikolaus <nikolaus@fishbox.fritz.box> | 2022-09-07 13:59:22 +0200 |
---|---|---|
committer | nikolaus <nikolaus@fishbox.fritz.box> | 2022-09-07 13:59:22 +0200 |
commit | 566442a0c023b2f07b9ade411d54870998564641 (patch) | |
tree | dc6a725b5334f41089b9519430bd9d90e0e1c7ee /Makefile | |
parent | a933ce0d6109524b393feb3e7156cbf0de88b42c (diff) |
Diffstat (limited to 'Makefile')
-rwxr-xr-x[-rw-r--r--] | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ LDFLAGS := -lX11 # FreeBSD (uncomment) #LDFLAGS += -L/usr/local/lib -I/usr/local/include -# # OpenBSD (uncomment) -#LDFLAGS += -L/usr/X11R6/lib -I/usr/X11R6/include + # OpenBSD (uncomment) +LDFLAGS += -L/usr/X11R6/lib -I/usr/X11R6/include all: options dwmblocks |