all: clean build

build:
install:
	cp -r usr $(DESTDIR)/
clean:
	dh_clean
	rm -f *-stamp
