]> git.saurik.com Git - redis.git/blobdiff - Makefile
Query the archive to provide a complete KEYS list.
[redis.git] / Makefile
index 711ef6ff7fba0ccea6cf17a658b7098ce112eeea..e614ede891f2dd183a3ae41ea1ac3b63fe2e7634 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,11 @@
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt
+default: all
 
-all:
+.DEFAULT:
        cd src && $(MAKE) $@
 
-$(TARGETS) clean:
+install:
        cd src && $(MAKE) $@
+
+.PHONY: install