Further cuda makefile fix

maint-3.9.0
sfilippone 4 months ago
parent f79ab74649
commit 3983255f9f

@ -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

Loading…
Cancel
Save