build:

install: build
	cp -r etc/ ${DESTDIR}
			
clean:
	rm -f *-stamp
	dh_clean
