From 24e4b76241df09e934ed791d2a167e2e1d9ebf55 Mon Sep 17 00:00:00 2001 From: sfilippone Date: Mon, 31 Mar 2025 10:39:54 +0200 Subject: [PATCH] Fix cuda subdir makefile --- cuda/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cuda/Makefile b/cuda/Makefile index 1a595bc7..b47e58ce 100755 --- a/cuda/Makefile +++ b/cuda/Makefile @@ -51,6 +51,7 @@ lib: objs ilib cudalib spgpulib $(AR) $(LIBNAME) $(OBJS) /bin/cp -p $(LIBNAME) $(LIBDIR) +$(COBJS): spgpuinc objs: spgpuinc $(OBJS) iobjs cudaobjs spgpuobjs /bin/cp -p *$(.mod) $(MODDIR)