aboutsummaryrefslogtreecommitdiff
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 71a45c0..e499fdd 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ LIBS=-lcurses -lreadline
HEADERS=$(wildcard *.h)
FILES=readline.c wind.c contactList.c basic_curses.c contactWind.c sms.c messageWind.c readConfig.c
OBJ_FILES := $(FILES:.c=.o)
-CFLAGS+=-std=gnu99
+CFLAGS+=-std=gnu11
all: $(PROG)