diff options
author | TianxingHe <[email protected]> | 2015-12-04 15:19:44 +0800 |
---|---|---|
committer | TianxingHe <[email protected]> | 2015-12-04 15:19:44 +0800 |
commit | af684cb95478fc38cc3d9f284b6b518a431c87e2 (patch) | |
tree | faab52eb3f6507331703b656c62a9e2ebf3b3f92 /Makefile | |
parent | cbcce5ecc2864872b411eebbd307fa0f9a7e9dc0 (diff) | |
parent | 618450eb71817ded45c422f35d8fede2d52a66b2 (diff) |
Merge pull request #15 from cloudygoose/txh18/rnnlm
LSTM&TNN
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |