From 189e00144b45ab3542512906d504e2ff0a235600 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Fri, 2 Sep 2016 17:20:54 -0500 Subject: Makefile: allow user to add CFLAGS on the command line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e92c73..aab3d06 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2 +CFLAGS+=-g -O2 -Wall -Wno-switch -Wextra -fstack-protector-strong -D_FORTIFY_SOURCE=2 DESTDIR= PREFIX=/usr/local -- cgit 1.4.1