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