aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-06 05:35:40 +0100
committerache <ache@ache.one>2019-02-06 05:35:40 +0100
commitb7b6021951c0fb41aca3f5707fa92ce2ff8c075c (patch)
tree3fe829f81157a465622db90e4d74a35db0b8491c
parentNo .o (diff)
gcc11
-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)