From bb391d9181dc81bc23ec8959fcaf4437cc759408 Mon Sep 17 00:00:00 2001 From: JRPAN <25518778+JRPan@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:47:22 -0500 Subject: [PATCH] Update Makefile to include GMMA directories in build and clean targets --- src/cuda/GPU_Microbenchmark/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cuda/GPU_Microbenchmark/Makefile b/src/cuda/GPU_Microbenchmark/Makefile index bd272159d..b3ad4de64 100644 --- a/src/cuda/GPU_Microbenchmark/Makefile +++ b/src/cuda/GPU_Microbenchmark/Makefile @@ -14,10 +14,10 @@ gmma: create_dir $(GMMA_DIRS_ALL) clean: delete_dir $(SUB_DIRS_CLEAN) clean_gmma: $(GMMA_DIRS_CLEAN) -$(SUB_DIRS_ALL): +$(SUB_DIRS_ALL) $(GMMA_DIRS_ALL): $(MAKE) $(MAKE_FLAGS) -C $(@:all-%=%) -$(SUB_DIRS_CLEAN): +$(SUB_DIRS_CLEAN) $(GMMA_DIRS_CLEAN): $(MAKE) $(MAKE_FLAGS) -C $(@:clean-%=%) clean create_dir: