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