DEBSOURCES
Skip Quicknav
sources / postgresql-ocaml / 5.2.0-1 / examples / Makefile
123456789
TARGETS = $(addsuffix .bc, async binary cursor dump populate prompt test_lo) .PHONY: all clean all: @dune build $(TARGETS) clean: @dune clean