]> git.saurik.com Git - redis.git/blobdiff - Makefile
Lua scripting: Honor SELECT command in both ways
[redis.git] / Makefile
index f67909456435ea0038a4ae560dd4ad02c4432584..335f8321300b50798f055a0a0795ef0c5180c928 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,16 @@ 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:
+       @./utils/generate-command-help.rb > $@
 
 dummy: