From 10e64f0e176cc31540b2c9a0ec9154dfdf1eb8a6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 5 Dec 2012 09:30:29 -0800 Subject: Make it easier to pass macro definitions from make This small change to the Makefile allows you to call make CLCFLAGS=-DDEBUG or some other define directly from the command line. It gets added to the CFLAGS without overwriting the CFLAGS. Signed-off-by: Dirk Hohndel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a20d32061..81e4014fd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION=2.1 CC=gcc -CFLAGS=-Wall -Wno-pointer-sign -g +CFLAGS=-Wall -Wno-pointer-sign -g $(CLCFLAGS) INSTALL=install PKGCONFIG=pkg-config XML2CONFIG=xml2-config -- cgit v1.2.3-70-g09d2