diff options
| author | Ben Winston | 2020-07-22 21:03:22 -0400 |
|---|---|---|
| committer | Ben Winston | 2020-07-22 21:03:22 -0400 |
| commit | bf9fb464924118e5dd73c9fe96ca2ba08485e5b6 (patch) | |
| tree | e0121e4222977ebef13e684c463d7c3a49bf0f70 /Makefile | |
| parent | 9e4a4403853f29fde33288ca2ebd0a33e9b5f034 (diff) | |
add a Makefile to make installs straightforward
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..033b381 --- /dev/null +++ b/Makefile @@ -0,0 +1,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 |
