File: rules

package info (click to toggle)
freetennis 0.4.8-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,292 kB
  • sloc: ml: 7,113; makefile: 24
file content (17 lines) | stat: -rwxr-xr-x 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml

override_dh_auto_build:
	$(MAKE) -f debian/Makefile freetennis.$(OCAML_BEST)

override_dh_auto_clean:
	$(MAKE) -f debian/Makefile clean

override_dh_dwz: