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