Mercurial > hg > Game > Cerium
view example/multiply/Makefile.def @ 1692:13ffed43fe68 draft
bug fix time.pl
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Sep 2013 00:00:16 +0900 |
parents | cb1e5f6177b9 |
children | f52904f8f03e |
line wrap: on
line source
TARGET = multiply # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = clang++ OPT = -g CFLAGS = $(OPT) -Wall INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager LIBS = -L${CERIUM}/TaskManager