summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed7333c..e7b8b29 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ all: local
LUA_VER := 5.1
LUA := /usr/bin/lua$(LUA_VER)
+LUAC := /usr/bin/luac$(LUA_VER)
PREFIX ?= /usr/local
INST_ROOT := $(PREFIX)
SYSCONF_DIR ?= /etc
@@ -113,6 +114,7 @@ install -m 644 $1 $2
endef
local: $(LOCAL_BINS)
+ $(LUAC) -p $(LOCAL_BINS)
clean:
@echo "CLEAN: local binaries"