File: rules

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

%:
	dh $@ --with ocaml

override_dh_auto_configure:
	./configure

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

.PHONY: clean