From 08d8ed6ac288e1b2c1c186eea9c33ff38edd0ac3 Mon Sep 17 00:00:00 2001
From: Valentin Haenel <valentin.haenel@gmx.de>
Date: Mon, 4 Jun 2012 16:20:38 +0200
Subject: [PATCH] don't echo the command when doing make moo

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a52e9ed..cb112c7 100644
--- a/Makefile
+++ b/Makefile
@@ -43,4 +43,4 @@ test:
 	if which git > /dev/null ; then :; else echo "'git' not found, exiting..."; exit 1; fi
 
 moo:
-	if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi
+	@if [ -x /usr/games/cowsay ]; then /usr/games/cowsay "I hope you're happy now..."; fi
-- 
GitLab