From d41ec55b9847d16f32ca47155f2cd7e4ea72386a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 25 May 2023 12:47:50 +0200 Subject: re-add (and, in some cases, fix) -x support --- SCAN-SSA/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SCAN-SSA/Makefile') 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} -- cgit v1.2.3