diff options
author | antirez <antirez@gmail.com> | 2009-11-23 23:40:27 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2009-11-23 23:40:27 +0100 |
commit | 64f36a5836c8c375247ca0623712a35f80c6cfb2 (patch) | |
tree | 958fa3b4fb1396ed913778b0675723b36113ebdc /Makefile | |
parent | fb6a19677819cb2e35723bb5565a603cb069f461 (diff) | |
download | redis-64f36a5836c8c375247ca0623712a35f80c6cfb2.tar.gz |
epoll module for ae.c implemented. Some more testing needed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ all: redis-server redis-benchmark redis-cli # Deps (use make dep to generate this) adlist.o: adlist.c adlist.h zmalloc.h -ae.o: ae.c ae.h zmalloc.h ae_select.c +ae.o: ae.c ae.h zmalloc.h ae_select.c ae_epoll.c ae_select.o: ae_select.c anet.o: anet.c fmacros.h anet.h benchmark.o: benchmark.c fmacros.h ae.h anet.h sds.h adlist.h zmalloc.h |