File: Makefile

package info (click to toggle)
postgresql-ocaml 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ml: 2,783; ansic: 1,379; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
TARGETS = $(addsuffix .bc, async binary cursor dump populate prompt test_lo)

.PHONY: all clean

all:
	@dune build $(TARGETS)

clean:
	@dune clean