# makefile for lib

include ../../Makefile.cfg

image:  $(IMAGE_OBJ)	
	$(AR) crsv $(T_LIB) $(IMAGE_OBJ)

clean:
	rm -f $(IMAGE_OBJ) 

