Mercurial > hg > Game > Cerium
view TaskManager/test/Makefile @ 780:577e5be1ce0c draft
Added tag before-simple-task for changeset 89689d1fb8cc
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 05 Mar 2010 13:13:05 +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)