Mercurial > hg > Game > Cerium
diff TaskManager/test/MailManagerTest/Makefile @ 1187:d4311f83377a draft
Put in order Test directory
author | Daichi TOMA |
---|---|
date | Thu, 07 Jul 2011 13:31:02 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TaskManager/test/MailManagerTest/Makefile Thu Jul 07 13:31:02 2011 +0900 @@ -0,0 +1,15 @@ +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)