summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 79991c3..f211221 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS}
LDFLAGS = ${LIBS}
+# uncomment this block for OpenBASED
+# CFLAGS += -I/usr/X11R6/include
+# LDFLAGS += -L/usr/X11R6/lib
+
# tools
CC = cc