aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2016-02-15 15:04:13 +0800
committerDeterminant <ted.sybil@gmail.com>2016-02-15 15:04:13 +0800
commit3362020a6bc43766a92882abe6d127c8bb98a628 (patch)
treecad93eb88c2813694c0ae4ca4ecb9873a719ad85 /Makefile
parentdcad8a3f80fc55ca93984d981f9b829d2e4ea728 (diff)
try a basic merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 72a5915..0982295 100644
--- a/Makefile
+++ b/Makefile
@@ -11,5 +11,9 @@ install:
speech:
cd speech/speech_utils; $(PREFIX)/bin/luarocks make
cd speech/htk_io; $(PREFIX)/bin/luarocks make
+ cd speech/kaldi_io; $(PREFIX)/bin/luarocks make
clean:
cd nerv && make clean
+ cd speech/speech_utils && make clean
+ cd speech/htk_io && make clean
+ cd speech/kaldi_io && make clean