From f34343a887ff4a9e5de48e02206554981e936692 Mon Sep 17 00:00:00 2001 From: Alex Halderman Date: Tue, 20 Aug 2013 12:20:53 -0400 Subject: [PATCH] Clean up Makefile success output --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index c9ba23b..c974eff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -57,7 +57,7 @@ install: zmap $(INSTALL) zmap $(bindir)/zmap test -d /etc/zmap || (mkdir /etc/zmap && $(INSTALLDATA) ../conf/* /etc/zmap/) $(INSTALLDATA) ./zmap.1 $(mandir) - echo "\n\n\n\n**************\nSuccess! ZMap is installed. Try running (as root):\nzmap -p 80 -N 10 -B 1M -o -\n**************" + @echo "\n**************\nSuccess! ZMap is installed. Try running (as root):\nzmap -p 80 -N 10 -B 1M -o -\n**************" clean: -rm -f $(objects) $(TARGETS)