all install:	$(LIB)
clean:
	rm -f *.o *pure* .pure test
nuke:	clean
	rm -f $(LIB)
$(LIB):	$(OBJS)
	$(AR) rv $(LIB) $(OBJS)
	$(RANLIB) $(LIB)
# $(LIB)(%.o): %.o
