From 7d4b46b17de256bbfc82c05aff5c487a06c832e0 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Wed, 26 Nov 2014 16:36:56 -0500 Subject: [PATCH] Added C11 flag to makefile --- arithmetic_progressions/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arithmetic_progressions/Makefile b/arithmetic_progressions/Makefile index dfa99f7..461b0f8 100644 --- a/arithmetic_progressions/Makefile +++ b/arithmetic_progressions/Makefile @@ -1,6 +1,6 @@ # Rudimetary makefile CC=gcc -CFLAGS= -ggdb +CFLAGS= -ggdb --std=c11 all: ap