####################################################################
# The Harmony Project                                              #
# harmony@lists.seas.upenn.edu                                     #
####################################################################

# $Id: Makefile 1706 2006-05-22 20:17:32Z bcpierce $

TOP = ../..

all: makeharmonylib nc

include $(TOP)/Top.Makefile

RESULT = harmonize-plist
SOURCES = harmonize-plist.ml 
LIBS += harmony

include $(OCAMLMAKEFILE)


