Mercurial > hg > Game > Cerium
view example/word_count/Makefile.def @ 2048:6796d85f3d6b draft
remove error
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 00:05:49 +0900 |
parents | ce7a3887d09b |
children |
line wrap: on
line source
TARGET = word_count # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium OPT = -g -O0 CC = clang++ CFLAGS = -m64 -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager