X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=peterson%2FMakefile;h=ac55b379ad672d2c93e817f609e7a76406827d50;hb=9519ce291fda690a94b9790710600be4ba727640;hp=fcfd46c65dfd120c911772655688e6f71b97aedf;hpb=155664dba1b537176fb66d28ab4412d1853a195d;p=TD_SE.git 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