From cdf0b07e1683bf904c6342f8efd5c74dcfaa72cb Mon Sep 17 00:00:00 2001 From: uint Date: Sat, 13 Dec 2025 13:07:40 +0000 Subject: add clang coloured diagnostics --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3