Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / fp_math / test / Makefile @ 1602

History | View | Annotate | Download (93 Bytes)

1 1602 justin
2
all:  serial.o
3
	gcc server_test.c serial.o -lm -o server_test
4
5
clean:
6
	rm *.o server_test