makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system

This commit is contained in:
antirez
2011-05-25 12:32:43 +02:00
parent efc3408748
commit 21d3294c70
105 changed files with 28464 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
-- echo command line arguments
for i=0,table.getn(arg) do
print(i,arg[i])
end