mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
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:
parent
be98a33b51
commit
240f8dbf3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user