From 3983255f9f99ad010506248ac7eb6a92fa5bd37d Mon Sep 17 00:00:00 2001 From: sfilippone Date: Fri, 9 Jan 2026 09:30:59 +0100 Subject: [PATCH] Further cuda makefile fix --- cuda/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cuda/Makefile b/cuda/Makefile index 795c17f7..ee4757ce 100755 --- a/cuda/Makefile +++ b/cuda/Makefile @@ -127,9 +127,9 @@ iobjs: $(FOBJS) cudaobjs: $(FOBJS) $(MAKE) -C CUDA objs -ilib: objs +ilib: objs spgpulib $(MAKE) -C impl lib -cudalib: objs +cudalib: objs ilib $(MAKE) -C CUDA lib clean: cclean iclean cudaclean spgpuclean