summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88dbb91..cf8653f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ RUNARGS =
 PREFIX ?= ${HOME}/.local
 BINDIR = ${PREFIX}/bin
 
-CFLAGS = -std=c17 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}}
+CFLAGS = -std=c11 -Wall -Wextra -Wpedantic -Os ${CFLAGS_${DEBUG}}
 LDFLAGS = -flto ${LDFLAGS_${DEBUG}}
 LDLIBS = -lncursesw