changeset 1930:cad62ee741e2 draft

fix makefile
author kkb
date Fri, 31 Jan 2014 16:51:15 +0900
parents 904bc213c51b
children 007131fd87e8
files example/multiply/Makefile.cuda
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example/multiply/Makefile.cuda	Fri Jan 31 12:19:17 2014 +0900
+++ b/example/multiply/Makefile.cuda	Fri Jan 31 16:51:15 2014 +0900
@@ -23,7 +23,7 @@
 
 INCLUDE += -I/Developer/NVIDIA/CUDA-5.5/include
 
-NVCC = nvcc
+NVCC = /Developer/NVIDIA/CUDA-5.5/bin/nvcc
 NVCCFLAGS = -ptx -arch=sm_20
 
 .SUFFIXES: .cc .o