File: rules

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

export DH_VERBOSE=1

include /usr/share/ocaml/ocamlvars.mk

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

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

%:
	dh --with quilt,ocaml $@