Don't build lua executables

This commit is contained in:
Andrew Pamment 2018-02-18 10:30:56 +10:00
parent ea43aed8e8
commit 9fe6c9d475

2
deps/lua/Makefile vendored
View File

@ -49,7 +49,7 @@ ALL_A= $(LUA_A)
# Targets start here. # Targets start here.
default: $(PLAT) default: $(PLAT)
all: $(ALL_T) all: $(ALL_A)
o: $(ALL_O) o: $(ALL_O)