Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Commit e90c7f3

Browse files
committed
take out default syntax check so luac not required
1 parent fdb7aaf commit e90c7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LDFLAGS += -dynamiclib -undefined dynamic_lookup $(EXTRA_LDFLAGS)
3030

3131
DOC_SOURCES = $(LUAFILE) $(OBJCFILE)
3232

33-
all: verify $(SOFILE)
33+
all: $(SOFILE)
3434

3535
.m.so: $(HEADERS)
3636
$(CC) $< $(CFLAGS) $(LDFLAGS) -o $@

0 commit comments

Comments
 (0)