summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-03 02:11:31 +0200
committerantirez <antirez@gmail.com>2011-05-03 02:11:31 +0200
commit0011a55684d9503be6be915e57677d783cd49bec (patch)
tree260196905776e63d04c1f8817ce594e3e9eabfa5
parenta048f125278695c56738a6a3e8014f80f0536d0c (diff)
downloadredis-0011a55684d9503be6be915e57677d783cd49bec.tar.gz
make clean now cleans Lua as well2.2.105-scripting
-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) $@