1 --- old/Makefile 2005-03-13 09:00:29.000000000 -0500
2 +++ new/Makefile 2010-08-26 14:20:34.515785557 -0400
8 + LD_LIBRARY_PATH=. ./unittest
12 + LD_LIBRARY_PATH=. ./unittest.opt
13 unittest: all unittest.ml
14 $(OCAMLFIND) ocamlc -o unittest -package oUnit -ccopt -L. -linkpkg \
15 $(ARCHIVE) unittest.ml