Codebase list postgresql-ocaml / upstream/5.0.0+git20210330.1.7c0c901 Makefile
upstream/5.0.0+git20210330.1.7c0c901

Tree @upstream/5.0.0+git20210330.1.7c0c901 (Download .tar.gz)

Makefile @upstream/5.0.0+git20210330.1.7c0c901raw · history · blame

.PHONY: all clean doc

all:
	dune build @install

clean:
	dune clean

doc:
	dune build @doc