summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f211221..1381567 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@ LIBS = -lX11 -lXinerama -lXcursor
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${CPPFLAGS} -fdiagnostics-color=always
LDFLAGS = ${LIBS}
-# uncomment this block for OpenBASED
+# uncomment this block for OpenBSD
# CFLAGS += -I/usr/X11R6/include
# LDFLAGS += -L/usr/X11R6/lib