aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-06-25 23:50:50 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-06-25 23:50:50 +0800
commitd7e14b19816732d8efe6b586aaa493c2d924124c (patch)
tree98838784f721414b4e0d0dc0d6438de257a6c518 /Makefile
parentd1c6d254e19ec31b501bd70f0a3adcc824ad8e56 (diff)
[a little big]matrix dim added, now use m:dim() to determine whether vector or matrix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc0c32e..fa888c3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,4 @@ install:
speech:
cd speech/htk_io; $(PREFIX)/bin/luarocks make
clean:
- rm -r $(CURDIR)/install
+ cd nerv && make clean