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

Closes #1610
This commit is contained in:
Joshua Anderson 2014-03-16 20:22:36 -07:00 committed by antirez
parent 23f08510d5
commit 7a2450a7e5

View File

@ -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