lin-1: lin-1.c svd.c util.c util.h
	cc -O2 -mips2 lin-1.c svd.c util.c -o lin-1 -lm
	rm -f *.o
