File: rules

package info (click to toggle)
ocamlwc 0.3-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 83; ml: 55; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with ocaml

override_dh_auto_configure:
	./configure

override_dh_auto_install:
	$(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/