diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:07:40 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-13 13:07:40 +0000 |
| commit | cdf0b07e1683bf904c6342f8efd5c74dcfaa72cb (patch) | |
| tree | 8176482df320458ce95a599b2e4e6fe2fd16aac5 | |
| parent | 0c4e89d73ec59cdbdf4d31bc71d3cf519445f15d (diff) | |
add clang coloured diagnostics
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
