Mercurial > hg > Game > Cerium
view example/Cuda/Makefile.def @ 1918:15e8c50ed570 draft
add cuda sample, not running
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 24 Jan 2014 07:16:26 +0900 |
parents | |
children | d6e033734c12 |
line wrap: on
line source
TARGET = multiply ABIBIT=64 OPT = -g -O0 CC = clang++ CFLAGS = -Wall $(OPT)