Skip to content

Commit

Permalink
src/Makefile: Reword "to run make test" message
Browse files Browse the repository at this point in the history
Closes #1610
  • Loading branch information
Joshua Anderson authored and mattsta committed Aug 2, 2014
1 parent ef693f1 commit 28e6d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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)
@echo ""
@echo "Hint: To run 'make test' is a good idea ;)"
@echo "Hint: It's a good idea to run 'make test' ;)"
@echo ""

.PHONY: all
Expand Down

0 comments on commit 28e6d66

Please sign in to comment.