#
# Install the bytecode ocamldep.
# We hope that someday the OCaml team will
# support this option.
#
install: ocamldep-omake
    mkdir -p $(INSTALL_BINDIR)
    cp -f -m 555 ocamldep-omake $(INSTALL_BINDIR)/

clean:
    rm -f *.omc
