File: rules

package info (click to toggle)
ocaml-uucp 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,668 kB
  • sloc: ml: 101,195; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml

override_dh_auto_build:
	ocaml pkg/pkg.ml build --with-cmdliner true --with-uunf true