summaryrefslogtreecommitdiff
path: root/clients/lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clients/lua/Makefile')
-rw-r--r--clients/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/lua/Makefile b/clients/lua/Makefile
index 7bfde7fe..7ce90fa6 100644
--- a/clients/lua/Makefile
+++ b/clients/lua/Makefile
@@ -13,7 +13,7 @@ T=$(BIN)/lua
all: $T
-$T: $(OBJS)
+$T: $(OBJS) $(LIB)/liblua.a $(LIB)/liblualib.a
$(CC) -o $@ $(OBJS) -L$(LIB) -llua -llualib -lm
dynamic: