#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	make build

override_dh_auto_install:
	make DESTDIR=debian/nautilus-my-computer PREFIX=/usr install
