aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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