changeset 54:81fa4638c023

Add Makefile all target.
author Mark Wielaard <mark@klomp.org>
date Fri, 31 Dec 2010 23:29:27 +0100
parents 5eeda44107ee
children dd02fe5255d9
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Dec 08 17:48:46 2010 -0500
+++ b/Makefile	Fri Dec 31 23:29:27 2010 +0100
@@ -13,3 +13,5 @@
 check: helloworld
 	echo "Testing helloworld runs and exits with no error"
 	./helloworld
+
+all: helloworld