Changed to c11

This commit is contained in:
buffet 2018-10-22 17:23:01 +02:00
parent 08fed97811
commit e6f13598fb

View file

@ -12,6 +12,6 @@ INCS = -Isrc/
DEFS = -D_POSIX_C_SOURCE=2 -DVERSION_STRING=\"$(VERSION)\"
CFLAGS = -std=c99 -Wall -Wextra -pedantic -Os $(DEFS) $(INCS)
CFLAGS = -std=c11 -Wall -Wextra -pedantic -Os $(DEFS) $(INCS)
LDFLAGS = -lxcb
CPPFLAGS = -MD -MP