# Makefile

SOURCES  = cursor.mli cursor.ml ledit.mli ledit.ml
NAME     = ledit
REQUIRES = unix threads

include Makefile.library
