File: Makefile

package info (click to toggle)
ocaml-metadata 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: ml: 1,980; makefile: 33; sh: 5
file content (13 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
all: build

build:
	@dune build

doc:
	@dune build @doc

clean:
	@dune clean

install:
	@dune install