aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84c0b68..77d2a53 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ CPPFLAGS = \
33 ${XINERAMAFLAGS} 33 ${XINERAMAFLAGS}
34 34
35CFLAGS = \ 35CFLAGS = \
36 -std=c99 \ 36 -std=c23 \
37 -pedantic \ 37 -pedantic \
38 -Wall \ 38 -Wall \
39 -Wno-deprecated-declarations \ 39 -Wno-deprecated-declarations \