#!/usr/bin/make -f

LDFLAGS=-Wl,--as-needed

%:
	dh --buildsystem=cmake $@
