about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile
index 98982f08..aa72de17 100644
--- a/cpp/makefile
+++ b/cpp/makefile
@@ -23,7 +23,7 @@ test: mu
 	./mu test
 
 valgrind: mu
-	valgrind --leak-check=yes ./mu test
+	valgrind -q --leak-check=yes ./mu test
 
 # auto-generated files; by convention they end in '_list'.
 autogenerated_lists: mu.cc function_list test_list