diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-09 23:03:21 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-15 19:17:57 +0100 |
| commit | d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2 (patch) | |
| tree | 2d4f86ec87eb87a77f6663924aaaa9286756ce3e /src/Makefile | |
| parent | d4222ce6da2a2d7179fc79f9d0cc65fd6c09a686 (diff) | |
| download | luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.tar.gz luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.tar.bz2 luasystem-d45768de3e6f7b28bfecf4d19b192ccac9ce5dc2.zip | |
feat(*): add environment variable and random functions
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..119f95e 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) |
| 221 | 221 | ||
| 222 | #------ | 222 | #------ |
| 223 | # Targets | 223 | # Targets |
