Commit 7a2450a7 authored by Joshua Anderson's avatar Joshua Anderson Committed by antirez
Browse files

src/Makefile: Reword "to run make test" message

Closes #1610
parent 23f08510
...@@ -125,7 +125,7 @@ REDIS_CHECK_AOF_OBJ=redis-check-aof.o ...@@ -125,7 +125,7 @@ REDIS_CHECK_AOF_OBJ=redis-check-aof.o
all: $(REDIS_SERVER_NAME) $(REDIS_SENTINEL_NAME) $(REDIS_CLI_NAME) $(REDIS_BENCHMARK_NAME) $(REDIS_CHECK_DUMP_NAME) $(REDIS_CHECK_AOF_NAME) all: $(REDIS_SERVER_NAME) $(REDIS_SENTINEL_NAME) $(REDIS_CLI_NAME) $(REDIS_BENCHMARK_NAME) $(REDIS_CHECK_DUMP_NAME) $(REDIS_CHECK_AOF_NAME)
@echo "" @echo ""
@echo "Hint: To run 'make test' is a good idea ;)" @echo "Hint: It's a good idea to run 'make test' ;)"
@echo "" @echo ""
.PHONY: all .PHONY: all
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment