X-Git-Url: https://git.piment-noir.org/?p=TD_SE.git;a=blobdiff_plain;f=lecteursredacteurs%2FMakefile;fp=lecteursredacteurs%2FMakefile;h=f9023ae6bf2689fc3eec7695538add46b7d469e8;hp=7b4c9d9d6bbc2c04e68f1530c1d2b1e54e4841be;hb=9519ce291fda690a94b9790710600be4ba727640;hpb=d71fd5f57f0aa66e9b19916626fea98b0b3bfc57 diff --git a/lecteursredacteurs/Makefile b/lecteursredacteurs/Makefile index 7b4c9d9..f9023ae 100644 --- a/lecteursredacteurs/Makefile +++ b/lecteursredacteurs/Makefile @@ -26,7 +26,7 @@ CC=gcc LD=gcc WARN_FLAGS = -Wall -Wextra -STD_FLAG = -std=gnu11 +STD_FLAG = -std=11 ifeq ($(BUILD_TYPE),debug) BUILDDIR := .build/debug