Further cuda makefile fix

gpucinterfaces
sfilippone 5 months ago
parent f79ab74649
commit 3983255f9f

@ -127,9 +127,9 @@ iobjs: $(FOBJS)
cudaobjs: $(FOBJS) cudaobjs: $(FOBJS)
$(MAKE) -C CUDA objs $(MAKE) -C CUDA objs
ilib: objs ilib: objs spgpulib
$(MAKE) -C impl lib $(MAKE) -C impl lib
cudalib: objs cudalib: objs ilib
$(MAKE) -C CUDA lib $(MAKE) -C CUDA lib
clean: cclean iclean cudaclean spgpuclean clean: cclean iclean cudaclean spgpuclean

Loading…
Cancel
Save