]> Pileus Git - ~andy/csm213a-hw/blob - hw1/makefile
Add initial hw1 stuff
[~andy/csm213a-hw] / hw1 / makefile
1 PROG = mbed
2 OBJS = mbed.o tsi.o acc.o mag.o
3
4 LDFLAGS = -lm
5
6 default: info install
7
8 -include ../config.mk
9 -include ../common.mk