From 39276a9ce07a6cc280ae61ddeb0ddafbf7715c52 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 24 Oct 2015 14:30:27 -0400 Subject: Add a tiny makefile for installing to /usr/local --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile 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 -- cgit