make:
	ocamlc unix.cma str.cma ormdir.ml -o ormdir

static:
	ocamlopt unix.cmxa -ccopt -static ormdir.ml  -o ormdir

clean:
	rm -f *.cmi *.cmx *.o *.cmo