view example/multiply/Makefile.def @ 1813:d7973604e81f draft

fix memin size
author kkb
date Thu, 12 Dec 2013 18:34:16 +0900
parents f52904f8f03e
children
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