diff options
author | Determinant <[email protected]> | 2015-06-25 12:58:42 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-25 12:58:42 +0800 |
commit | 8b2aa75b9d7c0b4d4333e7847e3ad90c5fcf97fb (patch) | |
tree | 7a7ac0325bb15597fb473e7b3bcf1a54e4e5bd16 /Makefile | |
parent | 5e407d74130accfbbf94d2cabcb03fc126a89410 (diff) |
use the standard nerv error reporting in io lib
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,6 +8,5 @@ luarocks: PREFIX=$(PREFIX) ./tools/build_luarocks.sh install: cd nerv; $(PREFIX)/bin/luarocks make - ln -sfv $(PREFIX)/lib/lua/5.1/libnerv.so $(PREFIX)/lib/ # FIXME: bad trick speech: - cd speech; $(PREFIX)/bin/luarocks make + cd speech/htk_io; $(PREFIX)/bin/luarocks make |