projects
/
redis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e9f0419
)
Fix `install` target on OSX (see #495)
author
Pieter Noordhuis
<pcnoordhuis@gmail.com>
Fri, 4 May 2012 18:54:06 +0000
(11:54 -0700)
committer
antirez
<antirez@gmail.com>
Tue, 15 May 2012 09:18:50 +0000
(11:18 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 4f08126df79d726f8cdb7758175d2ee45c042d71..e614ede891f2dd183a3ae41ea1ac3b63fe2e7634 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,3
+5,7
@@
default: all
.DEFAULT:
cd src && $(MAKE) $@
+install:
+ cd src && $(MAKE) $@
+
+.PHONY: install