aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-22 19:11:18 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-22 19:11:18 +0800
commitb5ca62108775505246f752b9782352b45036ef3c (patch)
tree51b42fc5926fbfdb73a86c38cef99d903c450cdb
parent2497fd9e7a0fae5ee4887890d7a312e0e08a93b8 (diff)
...
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4282d6d..04a9cf4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean install luajit luarocks nerv
+.PHONY: all clean install luajit luarocks speech
SHELL := /bin/bash
PREFIX := $(CURDIR)/install/
all: luajit luarocks
@@ -8,3 +8,6 @@ luarocks:
PREFIX=$(PREFIX) ./tools/build_luarocks.sh
install:
cd nerv; $(PREFIX)/bin/luarocks make
+ ln -sfv $(PREFIX)/lib/lua/5.1/libnerv.so $(PREFIX)/lib/ # FIXME: bad trick
+speech:
+ cd speech; $(PREFIX)/bin/luarocks make