aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-08-05 08:04:40 +0800
committerDeterminant <ted.sybil@gmail.com>2015-08-05 08:04:40 +0800
commite935fd6d49b81b0c83d5ad112bfd0a8a68a67175 (patch)
tree1c0dd615de42ddf707562d3f24223671c6e8cfae /Makefile
parent6aa0bb7b1ca5c92e50d6c7eeb1e3db2c16e71c3b (diff)
put global transformation into a separate library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa888c3..664a83b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ luarocks:
install:
cd nerv; $(PREFIX)/bin/luarocks make
speech:
+ cd speech/speech_utils; $(PREFIX)/bin/luarocks make
cd speech/htk_io; $(PREFIX)/bin/luarocks make
clean:
cd nerv && make clean