summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-04-30 16:15:30 +0200
committerantirez <antirez@gmail.com>2011-05-25 12:32:43 +0200
commit21d3294c7013a4385aebd84436394bb58e273093 (patch)
tree865bb98821fbc2c0d0fa618bf6297efd4c2cefef /Makefile
parentefc3408748061a08ec5ff18e392c30f31f5094a2 (diff)
downloadredis-21d3294c7013a4385aebd84436394bb58e273093.tar.gz
makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b72faa1b1..335f83213 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@
+ cd deps/lua && $(MAKE) $@
$(TARGETS):
cd src && $(MAKE) $@