projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix typo in comments (redis.c, networking.c)
[redis.git]
/
Makefile
1
# Top level makefile, the real shit is at src/Makefile
2
3
default: all
4
5
.DEFAULT:
6
cd src && $(MAKE) $@
7
8
install:
9
cd src && $(MAKE) $@
10
11
.PHONY: install