# Makefile for building image source library

include ../generic.mk

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

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