summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bf8f83..b6e3e2e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ endif
BUILD_ROOT?=$(shell pwd)
export TRACE?=1
-NVCC_PATH=$(shellwhich nvcc)
+NVCC_PATH=$(shell which nvcc)
ifneq ($(shell which nvcc), "")
ifeq ($(DEBUG), 1)
export SIM_LIB_DIR=lib/gcc-$(CC_VERSION)/cuda-$(CUDART_VERSION)/debug