From: heister Date: Wed, 26 Sep 2012 23:13:42 +0000 (+0000) Subject: add simple makefile for benchmark analyse script X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99c00464261e0513a605cd51f0803b5181ef70e;p=dealii-svn.git add simple makefile for benchmark analyse script git-svn-id: https://svn.dealii.org/trunk@26768 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/benchmarks/gettimes/Makefile b/tests/benchmarks/gettimes/Makefile new file mode 100644 index 0000000000..e26eea79e0 --- /dev/null +++ b/tests/benchmarks/gettimes/Makefile @@ -0,0 +1,3 @@ + +gettimes: + @g++ get_times.cc -o gettimes