# Makefile for building image source library
#

include ../generic.mk

all:
	cd $(OS);$(MAKE) libmatrix.a

clean:
	cd $(OS); $(MAKE) clean

