# makefile for lib

include ../Makefile.cfg

.PHONY : image

image:	
	@cd image ; $(MAKE)

clean:
	rm -f $(T_LIB)
	@cd image ; $(MAKE) clean
