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.

This commit is contained in:
antirez 2010-11-08 13:19:58 +01:00
parent be98a33b51
commit 240f8dbf3f

View File

@ -36,7 +36,7 @@ CLIPRGNAME = redis-cli
CHECKDUMPPRGNAME = redis-check-dump CHECKDUMPPRGNAME = redis-check-dump
CHECKAOFPRGNAME = redis-check-aof 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) # Deps (use make dep to generate this)
adlist.o: adlist.c adlist.h zmalloc.h adlist.o: adlist.c adlist.h zmalloc.h