From 0dde00801056d7959cfa2d1d1292770183dfe524 Mon Sep 17 00:00:00 2001 From: Marcel Köppen Date: Mon, 13 May 2024 13:26:32 +0200 Subject: Add depenceny on bin directory --- Microbenchmarks/STREAM/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Microbenchmarks') diff --git a/Microbenchmarks/STREAM/Makefile b/Microbenchmarks/STREAM/Makefile index 048a46e..f5237bb 100644 --- a/Microbenchmarks/STREAM/Makefile +++ b/Microbenchmarks/STREAM/Makefile @@ -31,11 +31,11 @@ all: bin/dpu_code bin/host_code bin: ${QUIET}mkdir -p bin -bin/dpu_code: ${DPU_SOURCES} +bin/dpu_code: ${DPU_SOURCES} bin ${QUIET}dpu-upmem-dpurte-clang ${DPU_FLAGS} ${DPU_SOURCES} -o $@ -bin/host_code: ${HOST_SOURCES} ${QUIET}${CC} ${HOST_FLAGS} ${HOST_SOURCES} -o $@ +bin/host_code: ${HOST_SOURCES} bin clean: ${QUIET}${RM} -f bin/dpu_code bin/host_code -- cgit v1.2.3