diff --git a/Makefile b/Makefile
index 07c42da..15a9f47 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ dist:
 	tar cvf - $(DIST) | gzip -9c > $(DIST).tar.gz
 	rm -Rf $(DIST)
 	tar xf $(DIST).tar.gz
-	(cd $(DIST); make all test; \
+	@(cd $(DIST); make all test; \
 	 echo -n "\nInfocode: "; ./figlet -I1; \
 	 ./figlet -v|sed -n '/Version/s/.*\(Version\)/\1/p'; \
 	 echo -n "README: "; head -1 < README|sed 's/.*) //'; \