view example/send_args/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 3d53b0ca02a2
children
line wrap: on
line source

TARGET = send_args

# 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