From 24ba89af54e4870efe4c55127d67d10abb2952aa Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Fri, 6 Feb 2015 18:12:18 +0000 Subject: Makefile: added the CFLAGS Signed-off-by: Olivier Gayot --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 = -- cgit v1.2.3