diff TaskManager/Makefile @ 1915:effb5653fd5c draft

update cuda, yet running
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Mon, 20 Jan 2014 21:59:56 +0900
parents e33e106ca3e0
children 67e50779feb4
line wrap: on
line diff
--- a/TaskManager/Makefile	Mon Jan 20 19:02:22 2014 +0900
+++ b/TaskManager/Makefile	Mon Jan 20 21:59:56 2014 +0900
@@ -24,6 +24,9 @@
 gpu: FORCE
 	@$(MAKE) -f Makefile.gpu
 
+cuda: FORCE
+	@$(MAKE) -f Makefile.cuda
+
 FORCE:
 	-mkdir -p ../include/TaskManager
 	rsync `find . -name Test -prune -or -name '*.h' -print` ../include/TaskManager