diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-10 20:53:22 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-10 20:53:22 -0400 |
commit | f1a7e6578fe9efe81ab3e511e19c84a25049acb2 (patch) | |
tree | 89e4bfb3873bf898e245c34e6d452b61c7fe0b58 | |
parent | 133bb3907f478e3ccc1dc8f8fb15e924f37a0d97 (diff) |
Allow environment (eg, Debian build) to augment CFLAGS.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |