Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
14beba78
You need to sign in or sign up before continuing.
Commit
14beba78
authored
May 15, 2012
by
Salvatore Sanfilippo
Browse files
Merge pull request #496 from pietern/2.6-makeinstall
Fix `install` target on OSX (see #495)
parents
40422354
1b1cf8e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
14beba78
...
@@ -5,3 +5,7 @@ default: all
...
@@ -5,3 +5,7 @@ default: all
.DEFAULT
:
.DEFAULT
:
cd
src
&&
$(MAKE)
$@
cd
src
&&
$(MAKE)
$@
install
:
cd
src
&&
$(MAKE)
$@
.PHONY
:
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment