From b5ca62108775505246f752b9782352b45036ef3c Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 22 Jun 2015 19:11:18 +0800 Subject: ... --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3