Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f16d090c
Commit
f16d090c
authored
May 04, 2012
by
Pieter Noordhuis
Committed by
antirez
May 15, 2012
Browse files
Fix `install` target on OSX (see #495)
parent
e9f0419c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f16d090c
...
@@ -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