[Rinside-commits] r134 - pkg/inst/examples/standard

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 22 15:38:53 CET 2010


Author: edd
Date: 2010-03-22 15:38:53 +0100 (Mon, 22 Mar 2010)
New Revision: 134

Modified:
   pkg/inst/examples/standard/Makefile
Log:
add convenience target 'run' to run all examples


Modified: pkg/inst/examples/standard/Makefile
===================================================================
--- pkg/inst/examples/standard/Makefile	2010-03-21 20:05:10 UTC (rev 133)
+++ pkg/inst/examples/standard/Makefile	2010-03-22 14:38:53 UTC (rev 134)
@@ -40,6 +40,9 @@
 
 all : 			$(programs)
 
+run :			$(programs)
+			@for p in $(programs); do echo; echo "Running $$p:"; ./$$p; done
+
 clean:
 			rm -vf $(programs)
 



More information about the Rinside-commits mailing list