Skip to content

Commit 240f8db

Browse files
committed
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.
1 parent be98a33 commit 240f8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CLIPRGNAME = redis-cli
3636
CHECKDUMPPRGNAME = redis-check-dump
3737
CHECKAOFPRGNAME = redis-check-aof
3838

39-
all: redis-server redis-benchmark redis-cli redis-check-dump redis-check-aof
39+
all: redis-benchmark redis-cli redis-check-dump redis-check-aof redis-server
4040

4141
# Deps (use make dep to generate this)
4242
adlist.o: adlist.c adlist.h zmalloc.h

0 commit comments

Comments
 (0)