diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -45,6 +45,8 @@ integrator : main.o quadratures.o functions.o integrator_single : main_single.o quadratures_single.o functions_single.o $(FC) $^ -o $@ +results: res/1image_results res/5images_results res/times + res/1image_results : integrator run.sh ./run.sh 1 > $@ @@ -57,4 +59,4 @@ res/times : integrator integrator_single measure_times.sh clean : -rm integrator{,_single} *.{mod,o} -.PHONY : all clean +.PHONY : all clean results |