diff WordCount/Makefile @ 2:1a32564347d5

parallel word count
author Yutaka_Kinjyo
date Sun, 24 Jul 2011 01:45:40 +0900
parents 403e35dd9b6d
children 641eef31681e
line wrap: on
line diff
--- a/WordCount/Makefile	Tue Jul 12 17:17:11 2011 +0900
+++ b/WordCount/Makefile	Sun Jul 24 01:45:40 2011 +0900
@@ -1,7 +1,7 @@
 TARGET= word_count
 CC = g++
 WARN = -Wall
-CFLAGS = -g #-isysroot /Developer/SDKs/MacOSX10.6.sdk
+CCFLAGS = -g #-isysroot /Developer/SDKs/MacOSX10.6.sdk
 LIBS = -framework OpenCL #-lclsdk
 
 HEADERS = $(shell ls *.h)