# OCaml-Shout examples.
#
# Copyright 2003-2006 by the Savonet team
#
# $Id: Makefile 4669 2007-10-17 16:27:50Z metamorph68 $

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
