Mercurial > hg > Game > Cerium
diff TaskManager/Makefile.cuda @ 2005:4d1bc8cd3a62 draft
fix Makefile(CUDA PATH)
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 27 May 2014 14:23:44 +0900 |
parents | 904bc213c51b |
children |
line wrap: on
line diff
--- a/TaskManager/Makefile.cuda Tue May 13 01:46:48 2014 +0900 +++ b/TaskManager/Makefile.cuda Tue May 27 14:23:44 2014 +0900 @@ -1,7 +1,7 @@ include ./Makefile.def TARGET = libCudaManager.a CFLAGS += -DHAS_POSIX_MEMALIGN -INCLUDE += -I/Developer/NVIDIA/CUDA-5.5/include +INCLUDE += -I$(CUDA_PATH) ifdef LINUX CFLAGS += -lrt