aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/polybench-syn/stencils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/polybench-syn/stencils/Makefile')
-rw-r--r--benchmarks/polybench-syn/stencils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/polybench-syn/stencils/Makefile b/benchmarks/polybench-syn/stencils/Makefile
index d2e1c9b..9b89b0c 100644
--- a/benchmarks/polybench-syn/stencils/Makefile
+++ b/benchmarks/polybench-syn/stencils/Makefile
@@ -3,4 +3,5 @@ TARGETS := adi fdtd-2d heat-3d jacobi-1d jacobi-2d seidel-2d
include ../common.mk
adi.v: adi.c
+ @echo -e "\033[0;35mMAKE\033[0m" $<
$(VERICERT) $(VERICERT_OPTS) -O0 -finline $< -o $@