]> git.saurik.com Git - redis.git/blobdiff - Makefile
Lua scripting: Honor SELECT command in both ways
[redis.git] / Makefile
index d4d2c149a522331beff539ede619488367a0211d..335f8321300b50798f055a0a0795ef0c5180c928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,13 @@ all:
 install: dummy
        cd src && $(MAKE) $@
 
-$(TARGETS) clean:
+clean:
+       cd src && $(MAKE) $@
+       cd deps/hiredis && $(MAKE) $@
+       cd deps/linenoise && $(MAKE) $@
+       cd deps/lua && $(MAKE) $@
+
+$(TARGETS):
        cd src && $(MAKE) $@
 
 src/help.h: