]> Pileus Git - ~andy/csm213a-hw/blob - hw2/makefile
0f9b65d4c80e4f2bac64d3747e6f18b2a882aca7
[~andy/csm213a-hw] / hw2 / makefile
1 PROG = mbed
2 OBJS = main.o test.o serial_dma.o timer_dma.o
3
4 CPPFLAGS =
5 LDFLAGS  = -lm
6
7 default: info install
8
9 dist:
10         zip mbed.zip makefile ../common.mk *.{c,cpp,h} */*.{cpp,.h}
11
12 -include ../config.mk
13 -include ../common.mk