]> git.saurik.com Git - redis.git/blobdiff - Makefile
redis-cli in REPL mode is now able to send the same command multiple times, prefixing...
[redis.git] / Makefile
index 711ef6ff7fba0ccea6cf17a658b7098ce112eeea..b72faa1b18c88b8a491deca9d9ebe5e3c1a95f64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,22 @@
 # Top level makefile, the real shit is at src/Makefile
 
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt
+TARGETS=32bit noopt test
 
 all:
        cd src && $(MAKE) $@
 
 
 all:
        cd src && $(MAKE) $@
 
-$(TARGETS) clean:
+install: dummy
        cd src && $(MAKE) $@
        cd src && $(MAKE) $@
+
+clean:
+       cd src && $(MAKE) $@
+       cd deps/hiredis && $(MAKE) $@
+       cd deps/linenoise && $(MAKE) $@
+
+$(TARGETS):
+       cd src && $(MAKE) $@
+
+src/help.h:
+       @./utils/generate-command-help.rb > $@
+
+dummy: