changeset 61:00a8cffb6028

Explain HINT in Makefile check target.
author Mark Wielaard <mark@klomp.org>
date Sun, 27 Feb 2011 00:26:44 +0100
parents adf3ec5f75a9
children 7aee0155a36a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Feb 21 09:30:45 2011 +0100
+++ b/Makefile	Sun Feb 27 00:26:44 2011 +0100
@@ -12,7 +12,7 @@
 
 check: helloworld
 	echo "Testing helloworld runs and exits with no error"
-	echo "Must at least produce Hello World"
+	echo "HINT: Must at least produce Hello World"
 	./helloworld | grep "Hello World"
 
 all: helloworld