aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cdf3f67..aaa1f34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1#this file builds lua-term \o/ 1#this file builds lua-term \o/
2 2
3LUA_VER := 5.1 3LUA_VER ?= 5.1
4LUA_DIR := /usr 4LUA_DIR ?= /usr
5LUA_LIBDIR := $(LUA_DIR)/lib/lua/$(LUA_VER)/term 5LUA_LIBDIR := $(LUA_DIR)/lib/lua/$(LUA_VER)/term
6LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER) 6LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER)
7LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term 7LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term