diff options
| author | Determinant <ted.sybil@gmail.com> | 2015-06-22 19:11:18 +0800 |
|---|---|---|
| committer | Determinant <ted.sybil@gmail.com> | 2015-06-22 19:11:18 +0800 |
| commit | b5ca62108775505246f752b9782352b45036ef3c (patch) | |
| tree | 51b42fc5926fbfdb73a86c38cef99d903c450cdb | |
| parent | 2497fd9e7a0fae5ee4887890d7a312e0e08a93b8 (diff) | |
...
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |