aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 033b3813e091a8b8e7a8cf684fe38e237ceab519 (plain)
1
2
3
4
5
6
7
8
configure:
	if [ ! -d ~/.config/roku ]; \
	then mkdir ~/.config/roku; \
	fi
	cp roku.config ~/.config/roku

install:
	cp roku-cli.py /usr/local/bin/roku