aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn-div/medley/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-22 19:26:01 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-22 19:26:01 +0100
commit2ff1316847b9d338a792f67b7b9f6364d4b65551 (patch)
tree6aaf069a05f889d6f3fe012332a5e74dd8707429 /benchmarks/polybench-syn-div/medley/Makefile
parentc114bd7a269824623f2dbb41322d95d5056fca02 (diff)
parent8386bed39f413bb461c19debbad92e85f927c4b5 (diff)
downloadvericert-2ff1316847b9d338a792f67b7b9f6364d4b65551.tar.gz
vericert-2ff1316847b9d338a792f67b7b9f6364d4b65551.zip
Merge remote-tracking branch 'origin/develop' into develop
Diffstat (limited to 'benchmarks/polybench-syn-div/medley/Makefile')
-rw-r--r--benchmarks/polybench-syn-div/medley/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn-div/medley/Makefile b/benchmarks/polybench-syn-div/medley/Makefile
new file mode 100644
index 0000000..01da9de
--- /dev/null
+++ b/benchmarks/polybench-syn-div/medley/Makefile
@@ -0,0 +1,6 @@
+TARGETS := floyd-warshall nussinov
+
+include ../common.mk
+
+floyd-warshall.v: floyd-warshall.c
+ $(VERICERT) $(VERICERT_OPTS) -O0 -finline $< -o $@