diff options
author | Qi Liu <[email protected]> | 2016-03-14 20:07:15 +0800 |
---|---|---|
committer | Qi Liu <[email protected]> | 2016-03-14 20:07:15 +0800 |
commit | b08da1fef90e93b188704056cdae651d7865f98d (patch) | |
tree | 4ea507d591621920e476c246c393049c8c22616b /Makefile | |
parent | 35496b6a648d98dc41d6226c1d43650aba58cdfc (diff) |
speedup border flush
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: all clean install luajit luarocks speech +.PHONY: all clean install luajit luarocks speech submodule ############## EDIT THESE LINES ##################### SHELL := /bin/bash PREFIX := $(CURDIR)/install/ @@ -26,7 +26,8 @@ export BLAS_LDFLAGS nerv-clean speech/speech_utils-clean speech/htk_io-clean speech/kaldi_io-clean speech/kaldi_decode-clean \ Penlight -all: luajit luarocks Penlight nerv +all: nerv +submodule: luajit luajit Penlight luajit: PREFIX=$(PREFIX) ./tools/build_luajit.sh luarocks: |