diff options
| author | Lua Team <team@lua.org> | 2000-11-06 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2000-11-06 12:00:00 +0000 |
| commit | 8cb71cb5548e3138e5d4e4744f52c79d9fafb116 (patch) | |
| tree | 25859eb162c67eafc46866e0ec3a9a7ebf93157a /src/luac/Makefile | |
| parent | b7610da5fed99f59ac73ae452da8839a0f2c1bda (diff) | |
| download | lua-github-8cb71cb5548e3138e5d4e4744f52c79d9fafb116.tar.gz | |
Lua 4.04.0
Diffstat (limited to 'src/luac/Makefile')
| -rw-r--r-- | src/luac/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luac/Makefile b/src/luac/Makefile index e2950e60..4517d82b 100644 --- a/src/luac/Makefile +++ b/src/luac/Makefile @@ -1,12 +1,12 @@ -# makefile for lua compiler +# makefile for Lua compiler LUA= ../.. include $(LUA)/config INCS= -I$(INC) $(EXTRA_INCS) -I.. -OBJS= dump.o luac.o opcode.o opt.o print.o stubs.o test.o -SRCS= dump.c luac.c opcode.c opt.c print.c stubs.c test.c luac.h opcode.h +OBJS= dump.o luac.o opt.o print.o stubs.o +SRCS= dump.c luac.c opt.c print.c stubs.c luac.h print.h T= $(BIN)/luac |
