aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQi Liu <liuq901@163.com>2016-03-14 20:07:15 +0800
committerQi Liu <liuq901@163.com>2016-03-14 20:07:15 +0800
commitb08da1fef90e93b188704056cdae651d7865f98d (patch)
tree4ea507d591621920e476c246c393049c8c22616b /Makefile
parent35496b6a648d98dc41d6226c1d43650aba58cdfc (diff)
speedup border flush
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 28012da..3995d21 100644
--- a/Makefile
+++ b/Makefile
@@ -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: