aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-08-10 20:53:22 -0400
committerRob Austein <sra@hactrn.net>2016-08-10 20:53:22 -0400
commitf1a7e6578fe9efe81ab3e511e19c84a25049acb2 (patch)
tree89e4bfb3873bf898e245c34e6d452b61c7fe0b58
parent133bb3907f478e3ccc1dc8f8fb15e924f37a0d97 (diff)
Allow environment (eg, Debian build) to augment CFLAGS.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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