summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2012-05-15 02:18:03 -0700
committerSalvatore Sanfilippo <antirez@gmail.com>2012-05-15 02:18:03 -0700
commit14beba7868048bab2233066f18e08c18b8d7afea (patch)
treeca0307657e6f43a1d4fb6375f30235d7157cdb31
parent404223547c2b3f7eef0295cf22be4bfdbc63846a (diff)
parent1b1cf8e7bf8d3088caa25159a964b1692ae791c9 (diff)
downloadredis-14beba7868048bab2233066f18e08c18b8d7afea.tar.gz
Merge pull request #496 from pietern/2.6-makeinstall
Fix `install` target on OSX (see #495)
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f08126df..e614ede89 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,7 @@ default: all
.DEFAULT:
cd src && $(MAKE) $@
+install:
+ cd src && $(MAKE) $@
+
+.PHONY: install