X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/266373b2834efa11b83e681bb211a0cd6c922eaa..7785121a503438cf6d72f16ba0149cad8ae26e42:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 7d9bdc57..34b35f57 100644 --- a/Makefile +++ b/Makefile @@ -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