aboutsummaryrefslogtreecommitdiff
path: root/shared/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shared/makefile')
-rw-r--r--shared/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/makefile b/shared/makefile
index 2ca254c..2093f00 100644
--- a/shared/makefile
+++ b/shared/makefile
@@ -1,7 +1,7 @@
CC = gcc
LD = gcc
RM = rm -f
-CFLAGS = -g
+CFLAGS = -g -std=c11
LFLAGS =
TARGET = main