Mercurial > hg > Game > Cerium
view TaskManager/test/Makefile @ 1141:bc2dea061cb1 draft
minor fix
author | Yutaka_Kinjyo |
---|---|
date | Thu, 17 Feb 2011 20:28:26 +0900 |
parents | 026e9e7f1402 |
children | 2e20d2bb55c6 |
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)