# OCaml-Mad examples.
#
# Copyright 2003 by the Savonet team.
#
# $Id: Makefile 2907 2007-03-02 13:32:11Z metamorph68 $

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
