summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 1deb2decc7bd3fdc814e9a0bbffbc7bbc0e76676 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with ocaml --buildsystem ocaml_dune

override_dh_auto_build:
	dune build -p calendar
	dune build @doc -p calendar