# OCaml-Mad examples.
#
# Copyright 2003 by the Savonet team.
#
# $Id: Makefile 1986 2005-03-10 17:06:44Z smimram $

all clean:
	make -f Makefile.ogg2wav $@
	make -f Makefile.wav2ogg $@

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