diff options
author | antirez <antirez@gmail.com> | 2011-04-30 16:15:30 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2011-05-25 12:32:43 +0200 |
commit | 21d3294c7013a4385aebd84436394bb58e273093 (patch) | |
tree | 865bb98821fbc2c0d0fa618bf6297efd4c2cefef /Makefile | |
parent | efc3408748061a08ec5ff18e392c30f31f5094a2 (diff) | |
download | redis-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ clean: cd src && $(MAKE) $@ cd deps/hiredis && $(MAKE) $@ cd deps/linenoise && $(MAKE) $@ + cd deps/lua && $(MAKE) $@ $(TARGETS): cd src && $(MAKE) $@ |