# OCaml-Shout examples.
#
# Copyright 2003 by the Savonet team
#
# $Id: Makefile,v 1.5 2004/05/30 20:19:26 jcristau Exp $

all: shoutfile

clean: clean-shoutfile

distclean:
	rm -rf autom4te.cache config.log config.status
	rm -f Makefile.shoutfile

shoutfile:
	make -f Makefile.shoutfile

clean-shoutfile:
	make -f Makefile.shoutfile clean

.PHONY: clean-shoutfile distclean clean all
