aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-07-04 00:38:09 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-07-04 00:38:09 +0200
commit6c97c0376bbbb145bf645534ec35349d21e15a13 (patch)
tree072387686dcc66a14fd5379806708a8047618ad0
parent9a86daddba882dc1639b709e84c90f60ada515dd (diff)
downloadfortran-assignment3-6c97c0376bbbb145bf645534ec35349d21e15a13.tar.gz
fortran-assignment3-6c97c0376bbbb145bf645534ec35349d21e15a13.zip
call time-measuring script from makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8963bb6..5ab81d8 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ res/1image_results : integrator run.sh
res/5images_results : integrator run.sh
./run.sh 5 > $@
+res/times : integrator measure_times.sh
+ ./measure_times.sh > $@
+
clean :
-rm integrator *.{mod,o}