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') 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 From 6797b6b0472e87c1ef5edb84f81a16b73577f754 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 10 Jul 2021 21:12:37 +0200 Subject: Fix Makefiles slightly --- benchmarks/polybench-syn/medley/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/polybench-syn/medley') diff --git a/benchmarks/polybench-syn/medley/Makefile b/benchmarks/polybench-syn/medley/Makefile index a64c56d..816a0ce 100644 --- a/benchmarks/polybench-syn/medley/Makefile +++ b/benchmarks/polybench-syn/medley/Makefile @@ -1,3 +1,3 @@ -all: floyd-warshall nussinov +TARGETS := floyd-warshall nussinov include ../common.mk -- cgit