This website works better with JavaScript.
Explore
Help
Sign In
opensourcemirror
/
redis
mirror of
https://github.com/antirez/redis.git
Watch
1
Star
0
Fork
You've already forked redis
0
Code
Issues
Releases
Wiki
Activity
Browse Source
Fix `install` target on OSX (see
#495
)
pull/486/merge
Pieter Noordhuis
10 years ago
committed by
antirez
parent
e9f0419c99
commit
f16d090c72
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
Makefile
4
Makefile
Unescape
Escape
View File
@ -5,3 +5,7 @@ default: all
.DEFAULT
:
cd
src
&&
$(
MAKE
)
$@
install
:
cd
src
&&
$(
MAKE
)
$@
.PHONY
:
install
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
opensourcemirror/redis
Title
Body
Create Issue