# Makefile for building image source library
#

include ../generic.mk

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