AUSAM/source/make/maketest1

fred:	lib( a.o b.o c.o)
	echo shit > fred
lib:	a.o b.o c.o
	ar rv lib $?