From 9fe6c9d4754a35f6a982195cc3366aa68eced1c4 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sun, 18 Feb 2018 10:30:56 +1000 Subject: [PATCH] Don't build lua executables --- deps/lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/lua/Makefile b/deps/lua/Makefile index 89cf618..8faa179 100644 --- a/deps/lua/Makefile +++ b/deps/lua/Makefile @@ -49,7 +49,7 @@ ALL_A= $(LUA_A) # Targets start here. default: $(PLAT) -all: $(ALL_T) +all: $(ALL_A) o: $(ALL_O)