comparison TaskManager/test/Makefile @ 0:04e28d8d3c6f

first commit
author Daiki KINJYO <e085722@ie.u-ryukyu.ac.jp>
date Mon, 08 Nov 2010 01:23:25 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:04e28d8d3c6f
1 include ../Makefile.def
2
3 CPPFLAGS += -g -Wall -I../../include -m$(ABIBIT)
4
5 TARGET=MailManagerTest
6
7 $(TARGET) :
8
9 LIBS += ../libFifoManager.a
10
11 MailManagerTest : MailManagerTest.o
12 $(CC) $(CFLAGS) -o $@ $? $(LIBS)
13
14 clean:
15 rm -rf *.o $(TARGET)