From: antirez Date: Mon, 8 Nov 2010 12:19:58 +0000 (+0100) Subject: build redis-server at the end so have a more pleasing to see Make output and the... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/240f8dbf3f592ba257aba7fcf6ad44325fd7712f?hp=be98a33b511cec5cd3fce281360cea1dfc73d15a 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. --- diff --git a/src/Makefile b/src/Makefile index 07d65465..51ac2d47 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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