aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/linear-algebra/solvers
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-10 21:21:06 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-10 21:21:06 +0200
commitf46b0cd924705dcb4817129bb0504767c2225c20 (patch)
tree774bde0122d6ea27897109239957ea280b16ce23 /benchmarks/polybench-syn/linear-algebra/solvers
parent6797b6b0472e87c1ef5edb84f81a16b73577f754 (diff)
downloadvericert-f46b0cd924705dcb4817129bb0504767c2225c20.tar.gz
vericert-f46b0cd924705dcb4817129bb0504767c2225c20.zip
Fix makefiles and add a parent makefile
Diffstat (limited to 'benchmarks/polybench-syn/linear-algebra/solvers')
-rw-r--r--benchmarks/polybench-syn/linear-algebra/solvers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
index b396027..146620b 100644
--- a/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
+++ b/benchmarks/polybench-syn/linear-algebra/solvers/Makefile
@@ -1,3 +1,3 @@
TARGETS := cholesky durbin lu ludcmp trisolv
-include ../common.mk
+include ../../common.mk