X-Git-Url: https://git.piment-noir.org/?p=TD_SE.git;a=blobdiff_plain;f=peterson%2FMakefile;fp=peterson%2FMakefile;h=ac55b379ad672d2c93e817f609e7a76406827d50;hp=fcfd46c65dfd120c911772655688e6f71b97aedf;hb=9519ce291fda690a94b9790710600be4ba727640;hpb=d71fd5f57f0aa66e9b19916626fea98b0b3bfc57 diff --git a/peterson/Makefile b/peterson/Makefile index fcfd46c..ac55b37 100644 --- a/peterson/Makefile +++ b/peterson/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