blob: 0605b82d7b5c6080771b31322d5355fd5baa5ccd (
plain) (
blame)
1
2
3
4
5
6
7
|
PREFIX ?= /usr/local
install: rolectl rolectl.1
install -D -m 755 -t '${DESTDIR}${PREFIX}/bin' rolectl
install -D -m 644 -t '${DESTDIR}${PREFIX}/share/man/man1' rolectl.1
.PHONY: install
|