view example/flip/Makefile.def @ 1592:afcb4a3f3526 draft

merge
author Masa <e085726@ie.u-ryukyu.ac.jp>
date Mon, 01 Apr 2013 18:00:35 +0900
parents 61164c687b29
children 273de551f726
line wrap: on
line source

TARGET = fliptest

CERIUM = ../../../Cerium

CC      = clang++
CFLAGS  =   -g -Wall

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