#!/usr/bin/make -f
# -*- makefile -*-

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

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