File: Makefile

package info (click to toggle)
ocaml-conduit 7.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 540 kB
  • sloc: ml: 2,944; sh: 35; makefile: 22
file content (13 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: build clean test doc

build:
	dune build

test:
	dune runtest

clean:
	dune clean

doc:
	dune build @doc