From ee32fa3624fb9de63f292add0a56151282ffeeaa Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 3 Oct 2011 19:36:33 +0200 Subject: [PATCH] Respect CFLAGS from the environment --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d948659..7892a6a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ # VERSION = $(shell awk 'END { print $$1 }' VERSION) -CFLAGS = -Wall -Wextra -DVERSION=\"$(VERSION)\" +CFLAGS ?= -Wall -Wextra +CFLAGS += -DVERSION=\"$(VERSION)\" pstack : pstack.c