diff options
Diffstat (limited to 'SCAN-SSA/Makefile')
-rw-r--r-- | SCAN-SSA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SCAN-SSA/Makefile b/SCAN-SSA/Makefile index 1ac9ecc..319f2da 100644 --- a/SCAN-SSA/Makefile +++ b/SCAN-SSA/Makefile @@ -25,10 +25,10 @@ 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} +bin/host_code: ${HOST_SOURCES} bin ${QUIET}${CC} ${HOST_FLAGS} ${HOST_SOURCES} -o $@ bin/omp_code: ${OMP_SOURCES} |