DEBSOURCES
Skip Quicknav
sources / postgresql-ocaml / 5.3.2-1 / Makefile
123456789101112
.PHONY: all clean doc all: @dune build @install @make -C lib compile_commands.json clean: @dune clean @make -C lib clean-compile-commands doc: @dune build @doc