aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTianxingHe <htx_2006@hotmail.com>2015-12-04 15:19:44 +0800
committerTianxingHe <htx_2006@hotmail.com>2015-12-04 15:19:44 +0800
commitaf684cb95478fc38cc3d9f284b6b518a431c87e2 (patch)
treefaab52eb3f6507331703b656c62a9e2ebf3b3f92 /Makefile
parentcbcce5ecc2864872b411eebbd307fa0f9a7e9dc0 (diff)
parent618450eb71817ded45c422f35d8fede2d52a66b2 (diff)
Merge pull request #15 from cloudygoose/txh18/rnnlm
LSTM&TNN
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 664a83b..72a5915 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ luajit:
luarocks:
PREFIX=$(PREFIX) ./tools/build_luarocks.sh
install:
- cd nerv; $(PREFIX)/bin/luarocks make
+ cd nerv; $(PREFIX)/bin/luarocks make CFLAGS=$(CFLAGS)
speech:
cd speech/speech_utils; $(PREFIX)/bin/luarocks make
cd speech/htk_io; $(PREFIX)/bin/luarocks make