CFLAGS =	-O
OBJS =		getflt.o getfield.o getio.o geti.o geto.o indexs.o inint.o \
		itoc.o makarr.o putflt.o getfil.o prsnam.o catm.o getbody.o \
		gettail.o rmvtail.o gethead.o rmvhead.o cat.o sesyes.o getsn.o \
		newstr.o err.o

libjos.a:	${OBJS}
		ar crv libjos.a ${OBJS}
		ranlib libjos.a

clean:
		rm -f libjos.a *.o errs
