Mercurial > hg > Game > Cerium
view example/flip/Makefile.def @ 1898:9c7faab0181c draft
Make.parallel fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Jan 2014 21:07:09 +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