aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-05-29 23:16:10 +0800
committerDeterminant <ted.sybil@gmail.com>2015-05-29 23:16:10 +0800
commit3f9b141fde2e982a64ae20fe4735ac822f562134 (patch)
treec8f857c8de1a8456e8b422c6235fb908710b1d94 /Makefile
parente934b616496940bfe0924ca1992035d2346baa62 (diff)
add submodule: speech (nerv-speech on github)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d403e8f..5ba68da 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,11 @@ $(OBJ_DIR)/matrix/cumatrix.o: matrix/generic/cumatrix.c matrix/generic/matrix.c
$(OBJ_DIR)/matrix/mmatrix.o: matrix/generic/mmatrix.c matrix/generic/matrix.c
$(OBJ_DIR)/matrix/cukernel.o: matrix/generic/cukernel.cu
+.PHONY: speech
+
+speech:
+ $(MAKE) -C speech/tnet_io/ OBJ_DIR=$(CURDIR)/build/objs/speech/tnet_io
+
clean:
-rm -rf $(OBJ_DIR)
-rm -rf $(LUA_DIR)