]> git.saurik.com Git - redis.git/blobdiff - Makefile
show initial querybuf bytes on querybuf overflow.
[redis.git] / Makefile
index d4d2c149a522331beff539ede619488367a0211d..4f08126df79d726f8cdb7758175d2ee45c042d71 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,17 +1,7 @@
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt test
+default: all
 
-all:
+.DEFAULT:
        cd src && $(MAKE) $@
 
-install: dummy
-       cd src && $(MAKE) $@
-
-$(TARGETS) clean:
-       cd src && $(MAKE) $@
-
-src/help.h:
-       @./utils/generate-command-help.rb > $@
-
-dummy: