File: Makefile

package info (click to toggle)
ocaml-base64 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: ml: 1,311; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
.PHONY: all test clean

all:
	dune build

test:
	dune runtest

clean:
	dune clean