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