#!/usr/bin/make -f

DEB_CFLAGS_MAINT_APPEND = -DMULT
export DEB_CFLAGS_MAINT_APPEND

%:
	dh $@
