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