MAKE=make
SHELL=sh

all:
	(cd lib; make)
	(cd src; make)
