include ${SEPINC}/SEP.top

default : Hello.x
	@echo "programs in here are used through out the paper"

Hello.x: ../Lib/${MTYPE}/libexample.a

../Lib/${MTYPE}/libexample.a: 
	cd ../Lib ; ${MAKE} ${MTYPE}/libexample.a

clean: jclean

include ${SEPINC}/SEP.bottom
