diff options
author | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-10-24 14:30:27 -0400 |
---|---|---|
committer | Nicholas Bishop <nicholasbishop@gmail.com> | 2015-10-24 14:30:27 -0400 |
commit | 39276a9ce07a6cc280ae61ddeb0ddafbf7715c52 (patch) | |
tree | 224e0c373939f2bb6d9a710f9b01bfd2c10b3461 | |
parent | Add a standard desktop file (diff) | |
download | xbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.tar.gz xbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.tar.bz2 xbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.zip |
Add a tiny makefile for installing to /usr/local
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9cb818c --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +install: + install xsft.py /usr/local/bin + install xrandr-slightly-fewer-tears.desktop /usr/local/share/applications |