aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index 28032d0..0b3837f 100644
--- a/make.c
+++ b/make.c
@@ -20,7 +20,7 @@ enum {
static char *cflags_all[] = {
"-pipe",
- "-std=c99",
+ "-std=c11",
"-Wall",
"-Wextra",
"-Wno-attributes",