view example/Simple/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 5393bebe0956
children
line wrap: on
line source

TARGET = twice

# include/library path
ABIBIT=64

# ex  linux/ps3
CERIUM = ../../../Cerium


OPT= -g

CC      = g++
CFLAGS  = -Wall $(OPT) 

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager