SOURCES = test.ml
RESULT = test
INCDIRS = ../../src
LIBS = unix mm

all: nc

test: all
	./test

include OCamlMakefile
