OCAMLNCFLAGS = -w A -unsafe -inline 5
SOURCES = ../common/io.ml ../common/common.ml probing.ml
RESULT = ../bin/probing
LIBS = unix str
-include OcamlMakefile
