Codebase list postgresql-ocaml / upstream/latest Makefile
upstream/latest

Tree @upstream/latest (Download .tar.gz)

Makefile @upstream/latestraw · history · blame

.PHONY: all clean doc

all:
	dune build @install

clean:
	dune clean

doc:
	dune build @doc