diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 10fc31a..b4ed16f 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -85,7 +85,7 @@ PLATFORM_win32?=Release | |||
85 | CDIR_win32?=bin/lua/$(LUA_VERSION)/$(PLATFORM_win32) | 85 | CDIR_win32?=bin/lua/$(LUA_VERSION)/$(PLATFORM_win32) |
86 | LDIR_win32?=bin/lua/$(LUA_VERSION)/$(PLATFORM_win32)/lua | 86 | LDIR_win32?=bin/lua/$(LUA_VERSION)/$(PLATFORM_win32)/lua |
87 | LUALIB_win32?=$(LUAPREFIX_win32)/lib/lua/$(LUA_VERSION)/$(PLATFORM_win32) | 87 | LUALIB_win32?=$(LUAPREFIX_win32)/lib/lua/$(LUA_VERSION)/$(PLATFORM_win32) |
88 | LUALIBNAME_win32?=lua$(subst .,,$(LUA_VERSION)).lib | 88 | LUALIBNAME_win32?=lua$(subst .,,$(LUA_VERSION)).lib |
89 | 89 | ||
90 | 90 | ||
91 | # prefix: /usr/local /usr /opt/local /sw | 91 | # prefix: /usr/local /usr /opt/local /sw |
@@ -217,7 +217,7 @@ LUALIB= $(LUALIB_$(PLAT)) | |||
217 | #------ | 217 | #------ |
218 | # Objects | 218 | # Objects |
219 | # | 219 | # |
220 | OBJS=core.$(O) compat.$(O) time.$(O) | 220 | OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O) |
221 | 221 | ||
222 | #------ | 222 | #------ |
223 | # Targets | 223 | # Targets |