diff options
author | Determinant <[email protected]> | 2016-03-16 17:53:39 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2016-03-16 17:53:39 +0800 |
commit | 289ac7f4b6e88b935da5c891e1efcf91fc047403 (patch) | |
tree | d4fc3a4fc20f2d5908624b3f6587ecd57966d719 /Makefile | |
parent | 07fc1e2794027d44c255e1062c4491346b101a08 (diff) |
merge seq_buffer and change asr_trainer.lua accordingly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.PHONY: all clean install luajit luarocks speech submodule +.PHONY: all clean install luajit luarocks speech ############## EDIT THESE LINES ##################### SHELL := /bin/bash PREFIX := $(CURDIR)/install/ @@ -26,8 +26,7 @@ export BLAS_LDFLAGS nerv-clean speech-clean speech/speech_utils-clean speech/htk_io-clean speech/kaldi_io-clean speech/kaldi_decode-clean \ Penlight -all: nerv -submodule: luajit luarocks Penlight +all: luajit luarocks Penlight nerv luajit: PREFIX=$(PREFIX) ./tools/build_luajit.sh luarocks: |