diff options
Diffstat (limited to 'htk_io')
-rw-r--r-- | htk_io/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htk_io/Makefile b/htk_io/Makefile index 45ed5a9..6a5f529 100644 --- a/htk_io/Makefile +++ b/htk_io/Makefile @@ -1,3 +1,7 @@ +ifndef LUA_BINDIR +$(error Please build the package via luarocks: `luarocks make`) +endif + .PHONY: tnet SHELL := /bin/bash BUILD_DIR := $(CURDIR)/build |