# $Id: Makefile,v 1.2 2001/01/28 00:20:29 perle Exp $

all: 
	${MAKE} -C src

clean:
	${MAKE} -C src clean
