X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/73287b2b576fa6a1ff1b61467286cbd5458881d2..fc2c0f7a6c9d515bff525c89b81df428277a17a0:/Makefile diff --git a/Makefile b/Makefile index 949f0b0c..b7dfb1cd 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h redis-server: $(OBJ) $(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ) @echo "" - @echo "Hint: To run the test-redis.tcl script is a good idea." - @echo "Launch the redis server with ./redis-server, then in another" - @echo "terminal window enter this directory and run 'make test'." + @echo "Hint: To run 'make test' is a good idea ;)" @echo "" redis-benchmark: $(BENCHOBJ)