#!/usr/bin/make -f

# Debhelper rules

%:
	dh $@

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

