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