Mercurial > hg > Members > kono > Cerium
comparison TaskManager/test/Makefile @ 649:55f898a58748
MailManager Fifo fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 22 Nov 2009 18:53:05 +0900 |
parents | f1e10ba45d28 |
children |
comparison
equal
deleted
inserted
replaced
648:f1e10ba45d28 | 649:55f898a58748 |
---|---|
1 include ../Makefile.def | 1 include ../Makefile.def |
2 | 2 |
3 CPPFLAGS += -I../../include -m$(ABIBIT) | 3 CPPFLAGS += -g -Wall -I../../include -m$(ABIBIT) |
4 | 4 |
5 TARGET=MailManagerTest | 5 TARGET=MailManagerTest |
6 | 6 |
7 $(TARGET) : | 7 $(TARGET) : |
8 | 8 |