repositories
/
Algorithmic_C.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85bdc67
)
Enforce C11 C standard in the exercice skeleton
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 20:54:22 +0000
(21:54 +0100)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Tue, 7 Mar 2017 20:54:22 +0000
(21:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
exo_skel/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/exo_skel/Makefile
b/exo_skel/Makefile
index 51c401af169b9ef0881ab841c018f03a360c5028..1230bb2cae75ebc5db194d9aee144582f1f728e6 100644
(file)
--- a/
exo_skel/Makefile
+++ b/
exo_skel/Makefile
@@
-24,7
+24,7
@@
CC=gcc
LD=gcc
WARN_FLAGS = -Wall -Wextra
-STD_FLAG = -std=c
99
+STD_FLAG = -std=c
11
ifeq ($(BUILD_TYPE),debug)
BUILDDIR := .build/debug