]> Pileus Git - ~andy/csm213a-hw/blob - hw2/makefile
Add initial hw2 folder
[~andy/csm213a-hw] / hw2 / makefile
1 PROG = mbed
2 OBJS = main.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