ref: 9a326ae49510014a9e9cadd4db4b6139a31e4be4
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