m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-17 12:44:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-17 12:44:43 +0200
commit3f6b8a2038eea906b353894dcb160bf0d88f6fd7 (patch)
tree8a7c442f5285bbec1218d5e72837e7ec72177094 /Makefile
parent7a527ee42df43e4465a23d7d3131074547e91406 (diff)
platform: add cygwin support
According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df9d68a..32c2d6a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin
LIBDIR ?= $(PREFIX)/lib
MANDIR ?= $(PREFIX)/share/man
-PLATFORMFILE := src/platform/$(shell uname | tr '[:upper:]' '[:lower:]').sh
+PLATFORMFILE := src/platform/$(shell uname | cut -d _ -f 1 | tr '[:upper:]' '[:lower:]').sh
.PHONY: install uninstall install-pass