Mercurial > hg > Game > Cerium
view example/OpenCL/Makefile @ 1492:73f4bfaeaf99 draft
fix select cpu type
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Aug 2012 16:04:12 +0900 |
parents | 2b886dcc0e7d |
children | 2983e9e93d24 |
line wrap: on
line source
CFLAGS = -g -Wall -framework opencl CC = g++ OPT = -g TARGET=twice twice : twice.o $(CC) $(OPT) $(CFLAGS) -o $@ $? clean: rm -rf *.o $(TARGET)