Codebase list postgresql-ocaml / HEAD Makefile
HEAD

Tree @HEAD (Download .tar.gz)

Makefile @HEADraw · history · blame

.PHONY: all clean doc

all:
	dune build @install

clean:
	dune clean

doc:
	dune build @doc