diff options
| author | Lua Team <team@lua.org> | 1997-07-01 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 1997-07-01 12:00:00 +0000 |
| commit | 4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch) | |
| tree | 5671acf8a2cacf0c0524ce96d22959590a3aa5af /src/Makefile | |
| parent | 47a298a24ad3a8202440051de5938618502302a0 (diff) | |
| download | lua-github-3.0.tar.gz | |
Lua 3.03.0
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile index 1ac2ab85..9fe13c83 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,19 +4,23 @@ LUA= .. include $(LUA)/config -OBJS= fallback.o\ +OBJS= auxlib.o\ + fallback.o\ func.o\ hash.o\ inout.o\ lex.o\ - mem.o\ + luamem.o\ opcode.o\ parser.o\ table.o\ tree.o\ - undump.o + undump.o\ + zio.o -SRCS= fallback.c\ +SRCS= auxlib.c\ + auxlib.h\ + fallback.c\ fallback.h\ func.c\ func.h\ @@ -26,8 +30,8 @@ SRCS= fallback.c\ inout.h\ lex.c\ lex.h\ - mem.c\ - mem.h\ + luamem.c\ + luamem.h\ opcode.c\ opcode.h\ parser.c\ @@ -39,6 +43,8 @@ SRCS= fallback.c\ types.h\ undump.c\ undump.h\ + zio.c\ + zio.h\ lua.stx SLIB= $(LIB)/liblua.a |
