File: Makefile

package info (click to toggle)
postgresql-ocaml 5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ml: 2,924; ansic: 1,380; makefile: 34
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: all clean doc

all:
	@dune build @install
	@make -C lib compile_commands.json

clean:
	@dune clean
	@make -C lib clean-compile-commands

doc:
	@dune build @doc