summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-02-06 18:12:18 +0000
committerOlivier Gayot <duskcoder@gmail.com>2015-02-07 01:48:33 +0000
commit24ba89af54e4870efe4c55127d67d10abb2952aa (patch)
tree1bd76a7263b2893a54cdb3c1007b46226b63f07f
parent509a0717f498c1997d2d9500198af04bb0d15442 (diff)
Makefile: added the CFLAGS
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2316cc1..cef3a49 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@
NAME = cph
CC ?= gcc
+CFLAGS = -Wall -W -Wextra -std=gnu99
CPPFLAGS =
LDFLAGS =