projects
/
redis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
replication asynchronous SYNC information in INFO output
[redis.git]
/
Makefile
1
# Top level makefile, the real shit is at src/Makefile
2
3
TARGETS=32bit noopt test
4
5
all:
6
cd src && $(MAKE) $@
7
8
install: dummy
9
cd src && $(MAKE) $@
10
11
$(TARGETS) clean:
12
cd src && $(MAKE) $@
13
cd deps/hiredis && $(MAKE) $@
14
cd deps/linenoise && $(MAKE) $@
15
16
dummy: