diff options
Diffstat (limited to 'Microbenchmarks/STREAM/Makefile')
-rw-r--r-- | Microbenchmarks/STREAM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |