diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | #this file builds lua-term \o/ | 1 | #this file builds lua-term \o/ |
2 | 2 | ||
3 | LUA_VER := 5.1 | 3 | LUA_VER ?= 5.1 |
4 | LUA_DIR := /usr | 4 | LUA_DIR ?= /usr |
5 | LUA_LIBDIR := $(LUA_DIR)/lib/lua/$(LUA_VER)/term | 5 | LUA_LIBDIR := $(LUA_DIR)/lib/lua/$(LUA_VER)/term |
6 | LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER) | 6 | LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER) |
7 | LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term | 7 | LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term |