aboutsummaryrefslogtreecommitdiff
path: root/nerv/Makefile
diff options
context:
space:
mode:
authorcloudygoose <cloudygooseg@gmail.com>2015-06-25 20:29:52 +0800
committercloudygoose <cloudygooseg@gmail.com>2015-06-25 20:29:52 +0800
commitd1c6d254e19ec31b501bd70f0a3adcc824ad8e56 (patch)
tree345aa46511a69e1fd86b618f6cb1285d8c954d5f /nerv/Makefile
parent555f7f2e8d0578a1228cd736a35f80ba5a891817 (diff)
make clean added
Diffstat (limited to 'nerv/Makefile')
-rw-r--r--nerv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nerv/Makefile b/nerv/Makefile
index 224cc8a..7b75522 100644
--- a/nerv/Makefile
+++ b/nerv/Makefile
@@ -36,8 +36,8 @@ LUA_LIBS := matrix/init.lua io/init.lua init.lua \
io/sgd_buffer.lua
INCLUDE := -I $(LUA_INCDIR) -DLUA_USE_APICHECK
-#CUDA_BASE := /usr/local/cuda-6.5
-CUDA_BASE := /usr/local/cuda-5.0
+CUDA_BASE := /usr/local/cuda-6.5
+#CUDA_BASE := /usr/local/cuda-5.0
CUDA_INCLUDE := -I $(CUDA_BASE)/include/
INCLUDE += $(CUDA_INCLUDE)