ref: acca03e5ebdd8a723d49a29f45009c2af11e8b35
dir: /Makefile/
# ytcli - Small script to search yt # See LICENSE file for copyright and license details. PREFIX ?= /usr/local # Clean based on PREFIX install: @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f ytcli ${DESTDIR}${PREFIX}/bin/ytcli @chmod 755 ${DESTDIR}${PREFIX}/bin/ytcli .PHONY: install