#*************************************************************#
#
#   Ensemble, (Version 0.40)
#   Copyright 1997 Cornell University
#   All rights reserved.
#
#   See ensemble/doc/license.txt for further information.
#
#*************************************************************#
ENSROOT = ..
include $(ENSROOT)/mk/sub.mk

pgp1: pgp1.ml
	ocamlc -o pgp1 -custom -cclib -lunix unix.cma pgp1.ml
