aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/stencils
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-10 21:12:37 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-10 21:12:37 +0200
commit6797b6b0472e87c1ef5edb84f81a16b73577f754 (patch)
tree5ffca6d68a4b1a4b0ca414de91f5015d7982e2a7 /benchmarks/polybench-syn/stencils
parentf21f8ed249030032f4b0a99c0fcd7e210ddb2e1b (diff)
downloadvericert-kvx-6797b6b0472e87c1ef5edb84f81a16b73577f754.tar.gz
vericert-kvx-6797b6b0472e87c1ef5edb84f81a16b73577f754.zip
Fix Makefiles slightly
Diffstat (limited to 'benchmarks/polybench-syn/stencils')
-rw-r--r--benchmarks/polybench-syn/stencils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/polybench-syn/stencils/Makefile b/benchmarks/polybench-syn/stencils/Makefile
index cf23dc6..d2e1c9b 100644
--- a/benchmarks/polybench-syn/stencils/Makefile
+++ b/benchmarks/polybench-syn/stencils/Makefile
@@ -1,4 +1,4 @@
-all: adi fdtd-2d heat-3d jacobi-1d jacobi-2d seidel-2d
+TARGETS := adi fdtd-2d heat-3d jacobi-1d jacobi-2d seidel-2d
include ../common.mk