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