projects
/
redis.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix MULTI / EXEC rendering in MONITOR output.
[redis.git]
/
Makefile
Commit
Line
Data
f26dde8c
1
# Top level makefile, the real shit is at src/Makefile
2
319bb48c
3
default: all
f26dde8c
4
319bb48c
5
.DEFAULT:
f26dde8c
6
cd src && $(MAKE) $@
7
f16d090c
PN
8
install:
9
cd src && $(MAKE) $@
10
11
.PHONY: install