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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 1 22:37:11 CET 2010


Author: edd
Date: 2010-03-01 22:37:11 +0100 (Mon, 01 Mar 2010)
New Revision: 112

Modified:
   pkg/inst/examples/standard/Makefile
Log:
added new target 'runAll' to run all examples


Modified: pkg/inst/examples/standard/Makefile
===================================================================
--- pkg/inst/examples/standard/Makefile	2010-02-25 20:31:26 UTC (rev 111)
+++ pkg/inst/examples/standard/Makefile	2010-03-01 21:37:11 UTC (rev 112)
@@ -43,3 +43,5 @@
 clean:
 			rm -vf $(programs)
 
+runAll:
+			for p in $(programs); do echo "Running $$p"; ./$$p; done



More information about the Rinside-commits mailing list