aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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