# $Horde: horde/scripts/mime_mapping/Makefile,v 1.5 2003/11/21 23:07:17 slusarz Exp $

OUT= mime.mapping.php

all:  ${OUT}
${OUT}:
	php convert.php > ${OUT}
clean:
	rm -f ${OUT}
