[cig-commits] r15715 - doc/geodynamics.org/benchmarks/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Sep 30 15:06:52 PDT 2009


Author: luis
Date: 2009-09-30 15:06:51 -0700 (Wed, 30 Sep 2009)
New Revision: 15715

Added:
   doc/geodynamics.org/benchmarks/trunk/Makefile
Log:
Added Makefile for common operations

Added: doc/geodynamics.org/benchmarks/trunk/Makefile
===================================================================
--- doc/geodynamics.org/benchmarks/trunk/Makefile	                        (rev 0)
+++ doc/geodynamics.org/benchmarks/trunk/Makefile	2009-09-30 22:06:51 UTC (rev 15715)
@@ -0,0 +1,13 @@
+
+default: gen
+
+gen:
+	./generate.sh
+
+up:
+	./upload.sh
+
+clean:
+	./clean.sh
+
+.PHONY: gen up clean



More information about the CIG-COMMITS mailing list