From 7aeadfe01bcab87d2506b34d865644b3bb5f05a5 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Fri, 25 Sep 2015 08:28:27 -0500 Subject: [PATCH] Add Makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..34b3610 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +NAME=zsh-syntax-highlighting + +PREFIX?=/usr/local +SHARE_DIR=$(DESTDIR)$(PREFIX)/share/$(NAME) + +install: + $(INSTALL) -d $(SHARE_DIR) + cp -r zsh-syntax-highlighting.zsh highlighters $(SHARE_DIR)