File: Makefile

package info (click to toggle)
ocaml-pprint 20230830-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 364 kB
  • sloc: ml: 1,836; makefile: 162
file content (15 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all
all:
	dune build @all

.PHONY: clean
clean:
	git clean -fX .

.PHONY: bench
bench:
	dune exec ./main.exe -- time alloc samples -quota 10

.PHONY: once
once:
	dune exec ./main.exe -- time alloc -quota 1x