aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2015-10-24 14:30:27 -0400
committerNicholas Bishop <nicholasbishop@gmail.com>2015-10-24 14:30:27 -0400
commit39276a9ce07a6cc280ae61ddeb0ddafbf7715c52 (patch)
tree224e0c373939f2bb6d9a710f9b01bfd2c10b3461
parentAdd a standard desktop file (diff)
downloadxbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.tar.gz
xbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.tar.bz2
xbright-39276a9ce07a6cc280ae61ddeb0ddafbf7715c52.zip
Add a tiny makefile for installing to /usr/local
-rw-r--r--Makefile3
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
bgstack15