From 311ecf57d37ff6600eb1b3e29ebb6d3a13f947ba Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 17 Jan 2013 02:51:57 +0100 Subject: [PATCH] Makefile: Only set CFLAGS if not already set --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e77301..a68d09f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: clean -CFLAGS = -O2 -g +CFLAGS ?= -O2 -g conkeror-spawn-helper: conkeror-spawn-helper.c -- 2.11.4.GIT