#!/usr/bin/make -f

# Debhelper rules

LC_ALL=C
export LC_ALL

%:
	dh $@

override_dh_auto_install:
	$(MAKE) PREFIX=`pwd`/debian/lcov install

