PREFIX ?= /usr/local # Sorry, there might be a better way to do this but it would take more time # than typing it out. .PHONY: install install: install -m 755 \ ytfeed \ ytfeed.aggregate \ ytfeed.browse-entry \ ytfeed.browse-feed \ ytfeed.browse-feeds \ ytfeed.dl \ $(PREFIX)/bin .PHONY: launcher launcher: ../menu