aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-06-20 15:21:35 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-06-20 15:21:35 +0200
commitfa0271962d23a06ae2456d88291409cb27f3076a (patch)
tree33ace154343f223cbf62d64cf7dfcf544b9f121f /test/monniaux/Makefile
parent7811a12e452fb5ffb6953f7e1610aad1d473b396 (diff)
downloadcompcert-kvx-fa0271962d23a06ae2456d88291409cb27f3076a.tar.gz
compcert-kvx-fa0271962d23a06ae2456d88291409cb27f3076a.zip
Using Python3.5 instead of Python3.6 (python3.6 not installed on carlit)
Diffstat (limited to 'test/monniaux/Makefile')
-rw-r--r--test/monniaux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monniaux/Makefile b/test/monniaux/Makefile
index af4f039f..e099ed51 100644
--- a/test/monniaux/Makefile
+++ b/test/monniaux/Makefile
@@ -22,10 +22,10 @@ measures.csv:
bash run_benches.sh $@
compile_times.pdf: gencompile.py verifier_times.txt oracle_times.txt
- python3.6 $^ $@
+ python3.5 $^ $@
measure_times.k1c.pdf: gengraphs.py measures.csv
- python3.6 $^ $(basename $(basename $@))
+ python3.5 $^ $(basename $(basename $@))
.PHONY:
clean: