From f1a7e6578fe9efe81ab3e511e19c84a25049acb2 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 10 Aug 2016 20:53:22 -0400 Subject: Allow environment (eg, Debian build) to augment CFLAGS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06cb61c..95fce05 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ UNAME := $(shell uname) # Compilation flags, etc. -CFLAGS := -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC} +CFLAGS += -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC} LIBS := ${LIBHAL_BLD}/libhal.a ${LIBTFM_BLD}/libtfm.a # At present, the RPC daemon works on Linux but not on OSX, because the current daemon -- cgit v1.2.3