aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTed Yin <ted.sybil@gmail.com>2015-06-26 00:45:13 +0800
committerTed Yin <ted.sybil@gmail.com>2015-06-26 00:45:13 +0800
commitaae4195c3898c0da0be5aae0b80e633185e1e242 (patch)
tree67512bdf955e2753547ebdac2e18f837ce6fa5b0 /Makefile
parent555f7f2e8d0578a1228cd736a35f80ba5a891817 (diff)
parentd5e95b665b9dc1890fb575fcc9fca5087eaeb674 (diff)
Merge pull request #34 from cloudygoose/try-matrix-index
add a temporary fix for matrix/vector indexing issue
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfcd56f..fa888c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: all clean install luajit luarocks speech
SHELL := /bin/bash
PREFIX := $(CURDIR)/install/
-all: luajit luarocks
+all: luajit luarocks install
luajit:
PREFIX=$(PREFIX) ./tools/build_luajit.sh
luarocks:
@@ -10,3 +10,5 @@ install:
cd nerv; $(PREFIX)/bin/luarocks make
speech:
cd speech/htk_io; $(PREFIX)/bin/luarocks make
+clean:
+ cd nerv && make clean