Skip to content

Commit

Permalink
Lua 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lua committed Jan 1, 2022
1 parent 7d94416 commit e7dd321
Show file tree
Hide file tree
Showing 57 changed files with 7,417 additions and 6,033 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OBJS0= lapi.o lcode.o ldo.o ldump.o ldebug.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
OBJS= $(OBJS0) lua.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o ltablib.o lstrlib.o loadlib.o
OBJS= $(OBJS0) lua.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o
OBJS2= $(OBJS0) luac.o print.o lauxlib.o

CFLAGS= -Wall -O2
Expand All @@ -14,7 +14,6 @@ $T: $(OBJS)
$(CC) -o $@ $(OBJS) -lm

luac: $(OBJS2)
$(CC) $(CFLAGS) -c -o lopcodes.o lopcodes.c -DLUA_OPNAMES
$(CC) -o $@ $(OBJS2) -lm

clean:
Expand Down
Loading

0 comments on commit e7dd321

Please sign in to comment.