#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	make

override_dh_auto_install:
	make PREFIX=$(CURDIR)/debian/ipp-usb install
