view example/OpenCL/Makefile.def @ 1786:ba6ffc679a8f draft

minor fix
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Sat, 30 Nov 2013 21:06:44 +0900
parents 2983e9e93d24
children
line wrap: on
line source

TARGET = twice

# include/library path
# ex  macosx
#CERIUM = /Users/gongo/Source/Cerium
ABIBIT=64

# ex  linux/ps3

OPT = -g -O0

CC      = clang++
CFLAGS  =  -Wall $(OPT)