build:

install: build
	cp -r usr/ ${DESTDIR}

clean:
	rm -f *-stamp
	dh_clean

