aboutsummaryrefslogtreecommitdiffstats
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 dd8d982..c310c87 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ else
CC = gcc
endif
#--------------------------------------------------------------------------------------------------#
-CFLAGS = -std=c89
+CFLAGS = -std=c99
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror