File: Makefile

package info (click to toggle)
ocaml-ipaddr 5.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 348 kB
  • sloc: ml: 3,136; makefile: 12
file content (13 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all clean

all:
	dune build

test:
	dune runtest

doc:
	dune build @doc

clean:
	dune clean