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