aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: bfcd56ff352b8a213834106ec3508c249ff1bb3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: all clean install luajit luarocks speech
SHELL := /bin/bash
PREFIX := $(CURDIR)/install/
all: luajit luarocks
luajit:
	PREFIX=$(PREFIX) ./tools/build_luajit.sh
luarocks:
	PREFIX=$(PREFIX) ./tools/build_luarocks.sh
install:
	cd nerv; $(PREFIX)/bin/luarocks make
speech:
	cd speech/htk_io; $(PREFIX)/bin/luarocks make