From f21f8ed249030032f4b0a99c0fcd7e210ddb2e1b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Jul 2021 21:06:31 +0200 Subject: Add more documentation and clean up benchmarks --- benchmarks/polybench-syn/medley/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 benchmarks/polybench-syn/medley/Makefile (limited to 'benchmarks/polybench-syn/medley/Makefile') diff --git a/benchmarks/polybench-syn/medley/Makefile b/benchmarks/polybench-syn/medley/Makefile new file mode 100644 index 0000000..a64c56d --- /dev/null +++ b/benchmarks/polybench-syn/medley/Makefile @@ -0,0 +1,3 @@ +all: floyd-warshall nussinov + +include ../common.mk -- cgit