Mercurial > hg > Game > Cerium
view TaskManager/test/MailManagerTest/Makefile @ 1234:be0eb46dd20a draft
update blender script for SceneGraph XML
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 20 Oct 2011 00:02:53 +0900 (2011-10-19) |
parents | d4311f83377a |
children |
line wrap: on
line source
include ../../Makefile.def CPPFLAGS += -g -Wall -I../../../include -m$(ABIBIT) TARGET=MailManagerTest $(TARGET) : LIBS += ../../libFifoManager.a MailManagerTest : MailManagerTest.o $(CC) $(CFLAGS) -o $@ $? $(LIBS) clean: rm -rf *.o $(TARGET)