]> git.saurik.com Git - redis.git/commitdiff
build redis-server at the end so have a more pleasing to see Make output and the...
authorantirez <antirez@gmail.com>
Mon, 8 Nov 2010 12:19:58 +0000 (13:19 +0100)
committerantirez <antirez@gmail.com>
Mon, 8 Nov 2010 12:19:58 +0000 (13:19 +0100)
src/Makefile

index 07d6546520a14c40bcdd30ad108b4e9141a7c507..51ac2d47af89955ce8edbda794e42a0ef785067e 100644 (file)
@@ -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