]> git.saurik.com Git - redis.git/blobdiff - Makefile
Fix for solaris compilation bug Issue 325
[redis.git] / Makefile
index 711ef6ff7fba0ccea6cf17a658b7098ce112eeea..f67909456435ea0038a4ae560dd4ad02c4432584 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,14 @@
 # Top level makefile, the real shit is at src/Makefile
 
-TARGETS=32bit noopt
+TARGETS=32bit noopt test
 
 all:
        cd src && $(MAKE) $@
 
+install: dummy
+       cd src && $(MAKE) $@
+
 $(TARGETS) clean:
        cd src && $(MAKE) $@
+
+dummy: