#!/usr/bin/make -f


%:
	dh $@  --buildsystem=cmake --builddirectory=build

