git.strcat.st

/strcat/wm.git/ - summarytreelogarchivereleases

subject
add openbsd section to makefile
commit
c8c20aa28a6753d820eb47cfc03bdf1cfbfcd145
date
2026-04-20T18:19:39Z
message
diff
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 7c6f036..58e12c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
 CFLAGS = -std=c89 -Wall -Wextra -Werror -pedantic
 LDFLAGS = -lX11
+# uncomment on openbsd
+# CPPFLAGS = -I/usr/X11R6/include
+# LDFLAGS = -L/usr/X11R6/lib
 
 all: wm