# Makefile for testagrep example program.
#
# Added for the ocamlagrep Debian package.

all:
	ocamlc -o testagrep -I +agrep agrep.cma testagrep.ml
