File: Makefile

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

build:
	dune build

test:
	dune runtest

clean:
	dune clean

doc:
	dune build @doc