Add Makefile

This commit is contained in:
Matthew Martin 2015-09-25 08:28:27 -05:00
parent 56c793d96a
commit 7aeadfe01b

8
Makefile Normal file
View file

@ -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)