aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn-div/medley/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/polybench-syn-div/medley/Makefile')
-rw-r--r--benchmarks/polybench-syn-div/medley/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn-div/medley/Makefile b/benchmarks/polybench-syn-div/medley/Makefile
index 816a0ce..01da9de 100644
--- a/benchmarks/polybench-syn-div/medley/Makefile
+++ b/benchmarks/polybench-syn-div/medley/Makefile
@@ -1,3 +1,6 @@
TARGETS := floyd-warshall nussinov
include ../common.mk
+
+floyd-warshall.v: floyd-warshall.c
+ $(VERICERT) $(VERICERT_OPTS) -O0 -finline $< -o $@