Commit 240f8dbf authored by antirez's avatar antirez
Browse files

build redis-server at the end so have a more pleasing to see Make output and...

build redis-server at the end so have a more pleasing to see Make output and the advice to run the test suite at the end.
parent be98a33b
......@@ -36,7 +36,7 @@ CLIPRGNAME = redis-cli
CHECKDUMPPRGNAME = redis-check-dump
CHECKAOFPRGNAME = redis-check-aof
all: redis-server redis-benchmark redis-cli redis-check-dump redis-check-aof
all: redis-benchmark redis-cli redis-check-dump redis-check-aof redis-server
# Deps (use make dep to generate this)
adlist.o: adlist.c adlist.h zmalloc.h
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment